Last answered:

06 Dec 2021

Posted on:

06 Dec 2021

0

How can I Install Pip on Mac?

How can I Install Pip on Mac?

1 answers ( 0 marked as helpful)
Posted on:

06 Dec 2021

0

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.

Submit an answer