Need to explicitly upgrade Python

This commit is contained in:
Tom Parker-Shemilt 2020-03-15 12:06:26 +00:00
parent bc7471fc20
commit 68ca4c1b60

View File

@ -5,7 +5,7 @@ set -ex
export HOMEBREW_NO_INSTALL_CLEANUP=1
# Python 3.7.4 with 10.12 bottle
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/e9004bd764c9436750a50e0b428548f68fe6a38a/Formula/python.rb
brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/e9004bd764c9436750a50e0b428548f68fe6a38a/Formula/python.rb
which python3
python3 --version