Skip to content

Instantly share code, notes, and snippets.

@adithyabsk
Last active July 5, 2022 13:08
Show Gist options
  • Save adithyabsk/85201998f5702420d628ac5ff1fc458c to your computer and use it in GitHub Desktop.
Save adithyabsk/85201998f5702420d628ac5ff1fc458c to your computer and use it in GitHub Desktop.
Set up virtualenv
cd simplecalc
pyenv virtualenv 3.6.8 simplecalc
pyenv local simplecalc 3.6.8 3.7.3
# pyenv virtualenv [VERSION] [NAME]
# pyenv local [VERSION...]
# Note that you can use your venv in place of a "version"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment