brew install pip3 code example
Example 1: brew install pip
$ sudo pip install --upgrade pip
Example 2: brew install pip
$ brew install python
Example 3: brew install pip python3
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
Example 4: brew install pip
$ sudo easy_install pip
Example 5: brew install pip
$ pip -V
$ pip3 -V