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

python3.6+ venv proper installation command #533

Closed
rismoney opened this issue Feb 3, 2020 · 0 comments
Closed

python3.6+ venv proper installation command #533

rismoney opened this issue Feb 3, 2020 · 0 comments

Comments

@rismoney
Copy link

rismoney commented Feb 3, 2020

when installing python 3.6, to create a virtual environment the following command should be used:
python3.6 -m venv <path>

virtualenv should not be used for modern versions of venv, and in fact may not exist.

@rismoney rismoney changed the title python3 python3 venv proper installation command Feb 3, 2020
@rismoney rismoney changed the title python3 venv proper installation command python3.6+ venv proper installation command Feb 3, 2020
@rismoney rismoney closed this as completed Feb 3, 2020
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

1 participant