Skip to content

Instantly share code, notes, and snippets.

@stvbdn
Last active March 28, 2019 11:53
Show Gist options
  • Save stvbdn/4270071 to your computer and use it in GitHub Desktop.
Save stvbdn/4270071 to your computer and use it in GitHub Desktop.
VirtualEnv with different python version
# Make VirtualEnv Command:
mkvirtualenv NAME_OF_VIRUTALENV -p LOCATION_OF_PYTHON_VERSION --no-site-packages
# Example:
mkvirtualenv testenv -p /usr/local/bin/python2.7 --no-site-packages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment