Skip to content

Instantly share code, notes, and snippets.

@facelordgists
Created March 13, 2014 05:07
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 facelordgists/9522148 to your computer and use it in GitHub Desktop.
Save facelordgists/9522148 to your computer and use it in GitHub Desktop.
How to install Python 3 on Mac

How to install Python 3 on Mac

brew install pyenv
pyenv init
pyenv install 3.3.3
pyenv local 3.3.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment