Skip to content

Instantly share code, notes, and snippets.

View YF-Tung's full-sized avatar

Yu-Fan Tung YF-Tung

View GitHub Profile
@YF-Tung
YF-Tung / brew_install_py36.txt
Created January 30, 2019 10:26
Roll back to python 3.6 on mac with homebrew
#!/bin/bash
brew unlink python
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a764ef944b1080be64bd88dca9a1d80130c558/Formula/python.rb --ignore-dependencies
brew switch python 3.6.5_1