This is an excellent little guide on how to install pip on ubuntu: http://www.saltycrane.com/blog/2010/02/how-install-pip-ubuntu/
$ sudo apt-get install python-pip python-dev build-essential
$ sudo pip install --upgrade pip
No comments:
Post a Comment