This commit is contained in:
2016-12-23 22:54:42 -05:00
parent 3bc1b5e697
commit 1346c29089
+1 -1
View File
@@ -67,7 +67,7 @@ if [ "$FRESH_PYTHON" ] || [[ ! $(pip --version) == *$PIP_VERSION* ]]; then
puts-step "Installing Pip ($PIP_VERSION)"
tar zxf $ROOT_DIR/vendor/pip-$PIP_VERSION.tar.gz -C $TMPTARDIR
cd $TMPTARDIR/pip-$PIP_VERSION/
python setup.py install &> /dev/null
python setup.py install
cd $WORKING_DIR
bpwatch stop install_pip