How do I download Pip on my Mac?
Install Pip on macOS via get-pip.py
- Download pip by running the following command: curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py. …
- Install the downloaded package by running: python3 get-pip.py.
- Wait for the installation to finish. …
- Enter your administrator password and wait for the installation to finish.