Commit 39703a5c41399ea7d2b394f08964bcc0e60217af
1 parent
8d7696d8
Exists in
master
and in
3 other branches
Provide a newer pip required by colab
Showing
2 changed files
with
1 additions
and
0 deletions
Show diff stats
Makefile
@@ -7,6 +7,7 @@ all: | @@ -7,6 +7,7 @@ all: | ||
7 | rm -rf ./build | 7 | rm -rf ./build |
8 | virtualenv ./build | 8 | virtualenv ./build |
9 | ./build/bin/pip install --no-index --find-links=$(CURDIR) -r requirements.txt | 9 | ./build/bin/pip install --no-index --find-links=$(CURDIR) -r requirements.txt |
10 | + ./build/bin/pip install pip-1.5.6.tar.gz | ||
10 | virtualenv --relocatable ./build | 11 | virtualenv --relocatable ./build |
11 | 12 | ||
12 | clean: | 13 | clean: |
No preview for this file type