Home > Article > Backend Development > How to install pip on macOS
First download Pip from the official website, download address: https://pypi.org/project/pip/
Installation
In the terminal Switch to the folder you just downloaded and execute the following command (python is python2.7, if it is python3 or above, use the command starting with python3.)
Use the installation package
View installed packages
The above is the detailed content of How to install pip on macOS. For more information, please follow other related articles on the PHP Chinese website!