This commit is contained in:
2017-03-14 11:23:28 -04:00
parent 9426dc8668
commit dcfff15151
7 changed files with 20103 additions and 34 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ if [ "$FRESH_PYTHON" ] || pip list -o --format=legacy --disable-pip-version-chec
TMPTARDIR=$(mktemp -d)
trap "rm -rf $TMPTARDIR" RETURN
puts-step "Bootstrapping pip"
puts-step "Installing pip"
/app/.heroku/python/bin/python $ROOT_DIR/vendor/get-pip.py | indent
/app/.heroku/python/bin/pip install setuptools --upgrade &> /dev/null