From 7a022245d4eaa365f67dd0cb0c82a24565ff52ee Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 30 Jan 2012 23:25:00 -0500 Subject: [PATCH] pip bootstrap --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d62dc59 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +pip: + git clone git@github.com:kennethreitz/pip.git --branch heroku --depth 1 + rm -fr src/virtualenv-1.7/virtualenv_support/pip-1.0.2.tar.gz + tar -pczf src/virtualenv-1.7/virtualenv_support/pip-1.0.2.tar.gz pip + rm -fr pip