Compare commits

..

2 Commits

Author SHA1 Message Date
kennethreitz 4d8c7a4639 improve pip installation
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-20 13:21:46 -04:00
kennethreitz 23400d7862 update pip installation method, to include setuptools 2018-03-20 13:20:49 -04:00
4 changed files with 22173 additions and 19856 deletions
+4
View File
@@ -1,5 +1,9 @@
# Python Buildpack Changelog
# 132
Improve pip installation, with the release of v9.0.2.
# 131
Fix bug with pip.
+1
View File
@@ -68,6 +68,7 @@ if [ "$FRESH_PYTHON" ] || [[ ! $(pip --version) == *$PIP_UPDATE* ]]; then
rm -fr /app/.heroku/python/lib/python*/site-packages/setuptools-*
/app/.heroku/python/bin/python "$ROOT_DIR/vendor/get-pip.py" &> /dev/null
/app/.heroku/python/bin/pip install "$ROOT_DIR/vendor/setuptools-39.0.1-py2.py3-none-any.whl" &> /dev/null
fi
+22168 -19856
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.