Skip to content
Snippets Groups Projects
Commit 54cf252a authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

changes


Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>
parent 21fb08b1
Branches pip-debug
No related tags found
No related merge requests found
...@@ -70,7 +70,6 @@ if [ "$FRESH_PYTHON" ] || [[ ! $(pip --version) == *$PIP_UPDATE* ]]; then ...@@ -70,7 +70,6 @@ if [ "$FRESH_PYTHON" ] || [[ ! $(pip --version) == *$PIP_UPDATE* ]]; then
/app/.heroku/python/bin/python "$ROOT_DIR/vendor/setuptools-39.0.1/setup.py" install # &> /dev/null /app/.heroku/python/bin/python "$ROOT_DIR/vendor/setuptools-39.0.1/setup.py" install # &> /dev/null
/app/.heroku/python/bin/python "$ROOT_DIR/vendor/pip-9.0.3/setup.py" install # &> /dev/null /app/.heroku/python/bin/python "$ROOT_DIR/vendor/pip-9.0.3/setup.py" install # &> /dev/null
fi fi
set -e set -e
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment