Skip to content

Instantly share code, notes, and snippets.

@mthipparthi
Created January 16, 2020 05:53
Show Gist options
  • Save mthipparthi/67a554dbae647ca85046806afe4692ea to your computer and use it in GitHub Desktop.
Save mthipparthi/67a554dbae647ca85046806afe4692ea to your computer and use it in GitHub Desktop.
brew install pyenv
pyenv install 3.8
pyenv install 3.8.0
pyenv install 3.7
pyenv install 3.7.5
pyenv install 3..6
pyenv install 3.6
pyenv install 3.6.9
pyenv install 2.7
pyenv install 2.7.17
pyenv global 3.8.0
pyenv list
pyenv --help
pyenv version
pyenv
pyenv version
pyenv
pyenv global
pyenv versions
pyenv init
pyenv --help
pyenv versions
pyenv local 3.6.9
pyenv version
pyenv
pyenv versions
pyenv --versions
pyenv --version
pyenv versions
pyenv local 2.7.17
pyenv
pyenv versions
pyenv --help
pyenv shell 2.7.17
pyenv shell 3.8.0
pyenv shell system
pyenv shell --help
pyenv shell --unset
pyenv shell
pyenv versions
pyenv shell 3.8.0
pyenv shell 2.7.17
pyenv versions
pyenv install 3.4.3
pyenv versions
pyenv install 3.4.3
pyenv
pyenv versions
pyenv local 2.7.17
pyenv local
pyenv versions
pyenv local 2.7.17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment