Skip to content

Instantly share code, notes, and snippets.

@admmasters
Created September 21, 2019 09:05
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 admmasters/45578fda485f90378f8be16ca8f878b7 to your computer and use it in GitHub Desktop.
Save admmasters/45578fda485f90378f8be16ca8f878b7 to your computer and use it in GitHub Desktop.
Installing Python with pyenv on OSX
brew install pyenv
pyenv install 3.7.3
pyenv global 3.7.3
echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\n eval "$(pyenv init -)"\nfi' >> ~/.zshrc
exec $0
which python
python -V
pip -V
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment