Tip: How to install pip on mac OS

Even though you are not coding Python, you might come across some time where you need pip.

Let’s keep it short, all you have to do is run the following command.

sudo easy_install pip

That’s it, now you have pip installed on macOs.

Register Or Login to leave a comment.