I tried following the instructions from this answer but easy_install-2.6
could not find pip
:
>sudo easy_install-2.6 pip
Processing pip
error: Not a recognized archive type: pip
How do I install pip for python 2.6?
My root need for pip for 2.6 is explained in this thread.
From this page : pip
Find below the steps to install pip on Python 2.6.X:
Just follow the instructions here:
get-pip.py
.In the directory you saved
get-pip.py
, runand you'll be all set.
This will install
pip
for Python 2.6, and won't touch your version 2.7 installation.on fedora/centos system, just use
on other linux system,use yum-like install tool
on window ,use the other solutions under this question