Skip to content

Instantly share code, notes, and snippets.

@l1x
Created January 4, 2019 09:22
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 l1x/e528c27179f8d9c495287abacbeeaf98 to your computer and use it in GitHub Desktop.
Save l1x/e528c27179f8d9c495287abacbeeaf98 to your computer and use it in GitHub Desktop.
Installing Python 3.6 for Tensorflow on MacOS
brew unlink python
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a764ef944b1080be64bd88dca9a1d80130c558/Formula/python.rb
pip3 install --upgrade pip setuptools wheel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment