-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.3 venv #529
Comments
From Python 3.6 docs: Note The pyvenv script has been deprecated as of Python 3.6 in favor of using Creation of virtual environments is done by executing the command venv: $ python3 -m venv /path/to/new/virtual/environment |
#1034 should cover this issue. |
I'm still learning Python, so I could be way off here. It's from my understanding that virtualenv was a standalone package, and now Python 3 has it built-in? I didn't see that in the guide, but people online seem to repeat this information. For example: http://askubuntu.com/a/353903
This would be in reference to this page: http://docs.python-guide.org/en/latest/dev/virtualenvs/
The text was updated successfully, but these errors were encountered: