Homebrew already has python 3 installed, so don't need to update

This commit is contained in:
Tom Parker-Shemilt 2020-03-14 14:16:37 +00:00
parent 8720e63415
commit e9a74fab13

View File

@ -1,7 +1,5 @@
#!/usr/bin/env bash
brew update
brew upgrade python
which python3
python3 --version
which pip3