Skip to content

Instantly share code, notes, and snippets.

@madsonic
Created July 19, 2019 07:32
Show Gist options
  • Select an option

  • Save madsonic/506fac3d564a3c3e8261b4b9021885e0 to your computer and use it in GitHub Desktop.

Select an option

Save madsonic/506fac3d564a3c3e8261b4b9021885e0 to your computer and use it in GitHub Desktop.
pyenv virtualenv godforsaken syntax
# create virtual env
pyenv virtualenv <py version> <env name>
pyenv activate <env name>
pyenv deactivate
# list virtual env
pyenv virtualenvs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment