Explicitly install Python from homebrew

This commit is contained in:
Tom Parker-Shemilt 2020-03-14 17:24:48 +00:00
parent c4fa7f7a9a
commit a93f13f9ab

View File

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