Uh oh!
There was an error while loading. Please reload this page.
Remind user about virtualenv and using python -m - #41
Conversation
zware
left a comment
There was a problem hiding this comment.
Just to provide an optional hue for the bikeshed, I prefer not to activate virtual environments:
$ python3 -m venv env
$ env/bin/python -m pip install python-docs-themeI recognize that I'm likely a minority opinion on this, though, so this looks good as is :)
freddrake
commented
Jan 15, 2020
@zware: You are certainly not alone. I never activate virtual environments, and almost never interact with them directly. Thankfully, we have tools that do these things for us. |
Mariatta
commented
Jan 15, 2020
I'm not worried about advanced and experienced users who know what to do with venv. |
freddrake
commented
Jan 15, 2020
@Mariatta: I wasn't suggesting that you should hold off; given the current prevailing recommendations for workspace management, your change is the right thing. |
No description provided.