I installed Python 2.6 and pip on centos 6.4. I also upgraded python to 2.7.6 and updated bashrc to reference 2.7.6 for the python
command.
Pip however, remains under 2.6 and any attempt to reinstall it with 2.7.6 just tells me there's nothing to do as it's already install. How can I install pip under 2.7.6?
I've also tried installing pip with get-pip.py but this is not failing as zlib is not available
despite having installed zlib.