I\'ve been trying to install pip on macOS sierra via brew, but every time it completes without installing the binaries in /usr/local/Cellar/python/2.7.13/bin.
/usr/local/Cellar/python/2.7.13/bin
You just need to install pip which is not automatically installed in macOS Sierra.
pip
Run sudo easy_install pip
sudo easy_install pip