This commit is contained in:
Jack Robison 2018-08-08 14:09:33 -04:00
parent 8eb740cf67
commit 7069ffa37d
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -52,6 +52,7 @@ if ! cmd_exists python; then
$INSTALL python2.7
elif $OSX; then
brew install python
curl https://bootstrap.pypa.io/get-pip.py | python
fi
fi