Skip to content

Instantly share code, notes, and snippets.

@michaelwsherman
Last active April 5, 2019 22:33
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 michaelwsherman/89e19eebb4c5fd513dac8a67aec2375b to your computer and use it in GitHub Desktop.
Save michaelwsherman/89e19eebb4c5fd513dac8a67aec2375b to your computer and use it in GitHub Desktop.
Creates a python2 virtual environment in the venv directory.
export VENV_PATH="venv"
virtualenv -p python2 $VENV_PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment