We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 481e800 commit 62b68cfCopy full SHA for 62b68cf
Makefile
@@ -14,8 +14,8 @@ site: docs
14
15
pip:
16
git clone [email protected]:kennethreitz/pip.git --branch heroku --depth 1
17
- rm -fr vendor/virtualenv-1.7/virtualenv_support/pip-1.0.2.tar.gz
+ rm -fr vendor/virtualenv-1.7.2/virtualenv_support/pip-1.1.tar.gz
18
rm -fr pip/.git
19
- tar -pczf vendor/virtualenv-1.7/virtualenv_support/pip-1.0.2.tar.gz pip
+ tar -pczf vendor/virtualenv-1.7.2/virtualenv_support/pip-1.1.tar.gz pip
20
rm -fr pip
21
0 commit comments