Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRemind user about virtualenv and using python -m #41
Conversation
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-theme I recognize that I'm likely a minority opinion on this, though, so this looks good as is :) |
@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. |
I'm not worried about advanced and experienced users who know what to do with venv. |
@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.