Skip to content
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

Open
heydonovan opened this issue Mar 29, 2015 · 3 comments
Open

Python 3.3 venv #529

heydonovan opened this issue Mar 29, 2015 · 3 comments

Comments

@heydonovan
Copy link

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/

@afq984
Copy link

afq984 commented May 31, 2015

@cclauss
Copy link
Contributor

cclauss commented Mar 11, 2017

From Python 3.6 docs:

Note

The pyvenv script has been deprecated as of Python 3.6 in favor of using python3 -m venv to help prevent any potential confusion as to which Python interpreter a virtual environment will be based on.
28.3.1. Creating virtual environments

Creation of virtual environments is done by executing the command venv:

$ python3 -m venv /path/to/new/virtual/environment
$ source /path/to/new/virtual/environment/bin/activate

@jhermann
Copy link
Contributor

jhermann commented Feb 7, 2020

#1034 should cover this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants