Log file Viewer
Help
|
Karma
| Search:
#pypa logs for Sunday the 3rd of February, 2019
(
Back to #pypa overview
) (
Back to channel listing
) (
Animate logs
)
[
13:55:26
] <
ntskj
> Hello, is there a proper place to ask about weird virtualenv-related errors?
[
14:28:56
] <
tos9
> there is only one kind of virtualenv error
[
14:29:06
] <
tos9
> so your "weird" is redundant
[
14:29:11
] <
tos9
> but here is fine
[
17:06:55
] <
dhs227
> How to make pip3 the default pip?
[
17:08:21
] <
tos9
> dhs227: what does being the "default pip" mean
[
17:23:21
] <
nedbat
> dhs227: create and activate a virtualenv with the python version you want. Then "python" and "pip" mean what you want.
[
20:15:03
] <
dhs227
> nedbat: thanks