Explicitly install Python 3

This commit is contained in:
Tom Parker-Shemilt 2020-03-14 17:32:36 +00:00
parent 6f6f35704e
commit 6faf25b948

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
brew install python
brew install python3
which python3
python3 --version
which pip3