From version 2.7.9, pip is included in the python source distribution
Starting with Python 2.7.9, it is included by default with the Python binary installers.
But if you install it is not there in the bin directory! Drama and confusion! Or at least confusion. It can be installed without accessing the network like this (with your built python):
python -m ensurepip
So it is there. And shows up in the bin directory. It just needs to be summoned.
Read more: Link - Installing Python Modules — Python 2.7.10 documentation