Skip to content

Instantly share code, notes, and snippets.

@ianchen06
Created August 20, 2019 05:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ianchen06/3ce0c1e52609345194979d9be273cca4 to your computer and use it in GitHub Desktop.
Save ianchen06/3ce0c1e52609345194979d9be273cca4 to your computer and use it in GitHub Desktop.
How to install Python 3 on Mac OS 10.14 and later
brew install openssl readline sqlite3 xz zlib
sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
curl https://pyenv.run | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment