Commit c92f379f authored by Kenneth Reitz's avatar Kenneth Reitz

improve

parent 893bdec0
......@@ -65,7 +65,7 @@ if [ "$FRESH_PYTHON" ] || [[ ! $(pip --version) == *$PIP_VERSION* ]]; then
bpwatch start install_pip
puts-step "Installing Pip ($PIP_VERSION)"
tar zxf $ROOT_DIR/vendor/pip-$PIP_VERSION.tar.gz -C $TMPTARDIR
unzip $ROOT_DIR/vendor/pip-$PIP_VERSION.zip -d $TMPTARDIR
cd $TMPTARDIR/pip-$PIP_VERSION/
python setup.py install
cd $WORKING_DIR
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment