brew install pip code example
Example 1: install pip on macos
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
sudo easy_install pip
Example 2: brew install pip
$ sudo pip install --upgrade pip
Example 3: brew install pip
$ brew install python
Example 4: brew install pip
$ brew unlink python && brew link python
Example 5: brew install pip
$ sudo easy_install pip
Example 6: brew install pip
$ pip -V
$ pip3 -V