Quote:
cd /software
sudo /usr/bin/python2.6 setup.py install
Looks like it was installed into the "/software" directory...
I use software directory to download and untar.
installed pip using
sudo /usr/bin/python2.6 setup.py install
I have my python2.6 version installed in opt/python2.6.
so cd /opt/python2.6/bin/
ls
directory now has pip in it
cd /opt/python2.6/lib/python2.6/site-packages/
ls
directory now has pip in it
Quote:
pip –version
pip: command not found
Have you tried:
Code:
/software/pip -version
<div>
</div>
pip -version does not work from any directory
it seams it did not install correctly
So I need help removing pip 0.6.3 and wish to install
pip 0.8.2 and virtualenv to use with django/pinax.
Quote:Downloading and running a python setup on the newer one will "install" that one for you - just delete the directory of the older one.
Another alternative is to install pip from RPM first:
http://pkgs.org/centos-5-rhel-5/epel-i38...h.rpm.html
The actual RPM package can be found here: http://download.fedora.redhat.com/pub/ep...noarch.rpm
Hope that works!
When I figure this out how do I link the executable so that it's available when I call it directly from the command line.