Skip to content

Instantly share code, notes, and snippets.

@michaelwsherman
Last active April 5, 2019 22:32
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/cbc58cce44e2d7157ad30ce84e30826b to your computer and use it in GitHub Desktop.
Save michaelwsherman/cbc58cce44e2d7157ad30ce84e30826b to your computer and use it in GitHub Desktop.
Basic virtual environment creation with virtualenv.
export VENV_PATH="venv"
virtualenv $VENV_PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment