Skip to content

Instantly share code, notes, and snippets.

@jbasko
Created September 7, 2018 22:56
Show Gist options
  • Save jbasko/9ea099ee9a563960a13619ea0fed3b51 to your computer and use it in GitHub Desktop.
Save jbasko/9ea099ee9a563960a13619ea0fed3b51 to your computer and use it in GitHub Desktop.
pyenv and tox
cd ~
pyenv global 3.6.6 3.7.0
pip install tox
cd ~/workspace/xxx/project-name
pyenv local 3.6.6 3.7.0
tox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment