This is a distillation of the instructions at The Hitchhiker’s Guide to Python, mostly for my own future benefit when I inevitably forget how to do it:
- Install Python, if you haven’t already
- Install distribute by running the
distribute_setup.py
script:wget http://python-distribute.org/distribute_setup.py
python distribute_setup.py
- Use
easy_install
to install PIP. PIP is actively maintained, and supports package removal (unlike easy_install)easy_install pip
This took a grand total of about 60 seconds to complete.
Cool and Nice
Thanks Bro….