ensurepip
index
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ensurepip/__init__.py
Module Docs

 
Package Contents
       
__main__
_uninstall

 
Functions
       
bootstrap(root=None, upgrade=False, user=False, altinstall=False, default_pip=True, verbosity=0)
Bootstrap pip into the current Python installation (or the given root
directory).
 
Note that calling this function will alter both sys.path and os.environ.
version()
Returns a string specifying the bundled version of pip.

 
Data
        __all__ = ['version', 'bootstrap']