Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Created July 13, 2019 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dasgoll/185ca8a0ed3a6e4eb3079fc262f7cd53 to your computer and use it in GitHub Desktop.
Save dasgoll/185ca8a0ed3a6e4eb3079fc262f7cd53 to your computer and use it in GitHub Desktop.
Install Pyenv on macOS
brew install openssl readline sqlite3 xz zlib
brew install pyenv
add to ~/.zshrc or ~/.bash_profile
eval "$(pyenv init -)"
pyenv install -v 3.6.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment