Python: Install pip on Mac OS X

Download get-pip.py

Run the following command:
sudo python get-pip.py

Upgrading pip:
pip install -U pip

Comments