How can pip be installed locally for use with Python 2.7?
问题 I want to install pip locally together with a local install of Python 2.7. I am using an EPEL6 system on which I am not root. I have easy_install available on the system by default (no pip or virtualenv to begin with). I have managed to install pip and Python 2.7, but I don't know how to proceed to get pip working with the Python 2.7 install (as opposed to Python 2.6). cd mkdir local_test cd local_test wget https://www.python.org/ftp/python/2.6/Python-2.6.tgz tar -xvf Python-2.6.tgz cd Python