Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-python
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-python
Commits
23400d78
Commit
23400d78
authored
Mar 20, 2018
by
Kenneth Reitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update pip installation method, to include setuptools
parent
1534bc3d
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22169 additions
and
19856 deletions
+22169
-19856
python
bin/steps/python
+1
-0
get-pip.py
vendor/get-pip.py
+22168
-19856
setuptools-39.0.1-py2.py3-none-any.whl
vendor/setuptools-39.0.1-py2.py3-none-any.whl
+0
-0
No files found.
bin/steps/python
View file @
23400d78
...
...
@@ -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
...
...
vendor/get-pip.py
View file @
23400d78
This diff is collapsed.
Click to expand it.
vendor/setuptools-39.0.1-py2.py3-none-any.whl
0 → 100644
View file @
23400d78
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment