mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
passing tests
This commit is contained in:
+3
-1
@@ -46,7 +46,9 @@ if [ "$FRESH_PYTHON" ] || [[ ! $(pip --version) == *$PIP_VERSION* ]]; then
|
||||
trap "rm -rf $TMPTARDIR" RETURN
|
||||
|
||||
puts-step "Bootstrapping pip"
|
||||
python $ROOT_DIR/vendor/get-pip.py
|
||||
/app/.heroku/python/bin/python $ROOT_DIR/vendor/get-pip.py | indent
|
||||
/app/.heroku/python/bin/pip install setuptools --upgrade &> /dev/null
|
||||
|
||||
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user