Commit 8db95f5c authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Try a different way of installing an old pip

parent df5c34b3
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -15,7 +15,9 @@ else
fi
curl -k https://bitbucket.org/pypa/setuptools/raw/0.7.2/ez_setup.py | python -
# pip 1.3 is the last release with Python 2.5 support
curl -k https://raw.github.com/pypa/pip/1.3.1/contrib/get-pip.py | python -
# curl -k https://raw.github.com/pypa/pip/1.3.1/contrib/get-pip.py | python -
hash -r
easy_install 'pip==1.3.1'

# Not sure why the hell pip ends up there, but in Py3.3, it sometimes does.
export PATH=`pwd`/.env/local/bin:$PATH