diff --git a/build/install_python_deps.sh b/build/install_python_deps.sh index 07fc501a..05103eea 100755 --- a/build/install_python_deps.sh +++ b/build/install_python_deps.sh @@ -5,7 +5,7 @@ set -e NEUROPOD_PYTHON_BINARY="python${NEUROPOD_PYTHON_VERSION}" # Install pip -wget https://bootstrap.pypa.io/get-pip.py -O /tmp/get-pip.py +wget https://bootstrap.pypa.io/2.7/get-pip.py -O /tmp/get-pip.py ${NEUROPOD_PYTHON_BINARY} /tmp/get-pip.py # Setup a virtualenv