pip homebrew 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
$ brew unlink python && brew link python
Example 4: brew install pip
$ sudo easy_install pip
Example 5: brew install pip
$ pip -V
$ pip3 -V