How can I Install Pip on Mac?
How can I Install Pip on Mac?
1 answers ( 0 marked as helpful)
Execute in Terminal the following command:
easy_install pip
If you need admin privileges, please execute the following command instead:
sudo easy_install pip
Then, you can proceed with pip-installing packages in Terminal in the universal way.