Skip to content

Instantly share code, notes, and snippets.

@codecats
Created August 9, 2014 18:22
Show Gist options
  • Save codecats/3566f4e95956f909b429 to your computer and use it in GitHub Desktop.
Save codecats/3566f4e95956f909b429 to your computer and use it in GitHub Desktop.
pyenv basic commands
#switch version
pyenv global 2.7.5
#check version
python --version
2.7.5
#install version
pyenv install 2.7.5
pyenv rehash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment