From 7069ffa37d25d452be06ac5a709e9d5cb5c359eb Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Wed, 8 Aug 2018 14:09:33 -0400 Subject: [PATCH] fix pip --- build/prebuild.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/prebuild.sh b/build/prebuild.sh index 376e10752..17bc41374 100755 --- a/build/prebuild.sh +++ b/build/prebuild.sh @@ -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