I tried on my CentOS but could not find pip and easy_install.
How can I install them.
Also i have two versions of python 2.4 and 2.7 , how will pip make sure to link new installed components with python 2.7
|
feedback
|
|
It was simple the path of pip is
If its not there then install using
| |||
|
feedback
|
|
Any packages in the repos will be built for 2.4. You will need to install them from source with 2.7.
| |||||
feedback
|