Skip to content

Instantly share code, notes, and snippets.

@sunliwen
Created July 3, 2018 14:32
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 sunliwen/2ba0a4fc901f59aa798453f1bb5e110a to your computer and use it in GitHub Desktop.
Save sunliwen/2ba0a4fc901f59aa798453f1bb5e110a to your computer and use it in GitHub Desktop.
brew a python 3.6 after 3.7 release
# refs: https://stackoverflow.com/questions/51125013/how-can-i-install-a-previous-version-of-python-3-in-macos-using-homebrew/51125014#51125014
brew uninstall --ignore-dependencies python3
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a764ef944b1080be64bd88dca9a1d80130c558/Formula/python.rb
brew switch python 3.6.5_1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment