Go back to upgrading python...

This commit is contained in:
Tom Parker-Shemilt 2020-03-14 18:01:28 +00:00
parent a4e84ac65c
commit 41d0152f28

View File

@ -2,8 +2,9 @@
set -ex
export HOMEBREW_NO_INSTALL_CLEANUP=1
brew update
brew install python3
brew upgrade python
which python3
python3 --version
which pip3