Skip to content

Instantly share code, notes, and snippets.

@amorgun
Last active March 31, 2016 07:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amorgun/0eb4cde7ea098e259dac854ef57a1bd5 to your computer and use it in GitHub Desktop.
Save amorgun/0eb4cde7ea098e259dac854ef57a1bd5 to your computer and use it in GitHub Desktop.
How to create new virtualenv
virtualenv --no-site-packages --distribute -p `which python3` <env_name>

or simply

pyvenv <env_name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment