SyntaxFix
Write A Post
Hire A Developer
Questions
pip itself is just a normal python package. Thus you can install pip with pip.
pip
Of cource, you don't want to affect the system's pip, install it inside a virtualenv.
pip install pip==1.2.1