CentOS: revert python version back to original

Posted by NP on Super User See other posts from Super User or by NP
Published on 2010-03-27T04:33:11Z Indexed on 2010/03/28 20:13 UTC
Read the original article Hit count: 393

Filed under:
|
|

Hi all,

I installed python 2.6 using the instructions here on CentOS 5.4. However I realized it was a bad move and I need to revert back to 2.4, which was there originally. Can anyone guide me on how to undo what I did here? In particular, I am not sure how to undo this:

Configure ld to find your shared libs:

$ cat >> /etc/ld.so.conf.d/opt-python2.5.conf /opt/python2.5/lib (hit enter) (hit ctrl-d to return to shell) $ ldconfig

I tried removing the alias and the symlink and even re-aliasing python to /usr/bin/python, but when I try to install an RPM i get this error:

error: Failed dependencies: libpython2.4.so.1.0 is needed by ...

Thanks in advance.

© Super User or respective owner

Related posts about centos5

Related posts about centos