install pip homebrew code example
Example 1: brew install pip
$ sudo pip install --upgrade pip
Example 2: brew install pip
$ brew unlink python && brew link python
Example 3: brew install pip
$ sudo easy_install pip
$ sudo pip install --upgrade pip
$ brew unlink python && brew link python
$ sudo easy_install pip