

Homebrew will install the latest version of Python (including PIP).In the Terminal window, type brew install python and press Enter.Open the Terminal app via the Launchpad menu.It allows you to quickly install apps via the Terminal app-including PIP.īefore you proceed, make sure to install Homebrew on your Mac. Homebrew is a third-party, open-source package manager for your Mac. If you want an easier way to install PIP, you can use Homebrew to do it.

How to Use Homebrew to Install PIP on Mac Allow time for the installation to complete.Once it’s done, type python3 get-pip.py and press Enter.Allow curl time to download the script onto your Mac.In the Terminal, type curl -o get-pip.py and press Enter.Open the Terminal app via the Launchpad.To use the get-pip script to install PIP on Mac: Otherwise, use one of the other methods instead. You should only use this PIP installation script if you’re aware of the risks and you’re happy to proceed. Note: This script is safe to use, but we’d always advise caution about allowing an online script to run on your Mac. This is only available for Python 3 users. Using the PIP Installation Script on Mac for Python 3Īn alternative method for installing PIP on Mac is to use the PIP installation script ( get-pip.py). If you want to upgrade PIP, type python -m ensurepip –upgrade or python3 -m ensurepip –upgrade instead.Follow any additional on-screen instructions to complete this process.

