Installing PIP on Ubuntu 12.04

This will probably work on other versions of Ubuntu and Linux as well:

Assumes you have python >= 2.6 already instaled:

$ wget -P Downloads/ http://python-distribute.org/distribute_setup.py
$ sudo python Downloads/distribute_setup.py
$ sudo easy_install pip

Leave a Reply

Your email address will not be published. Required fields are marked *