$ sudo pip install --upgrade pip
$ brew install python
python3 -m pip install --upgrade setuptools
$ brew unlink python && brew link python
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
$ sudo easy_install pip
$ pip -V
$ pip3 -V
$ sudo pip install --upgrade pip
$ brew install python
python3 -m pip install --upgrade setuptools
$ brew unlink python && brew link python
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
$ sudo easy_install pip
$ pip -V
$ pip3 -V