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
For Mac OS Sierra, cannot install pip via easy_install since there is a problem with TLS Version, Installed Open-SSL version won't support TLS 1.2
easy_install
So install pip using curl as follows,
curl https://bootstrap.pypa.io/get-pip.py | sudo python