CentOS: revert python version back to original
Posted
by NP
on Stack Overflow
See other posts from Stack Overflow
or by NP
Published on 2010-03-27T04:33:11Z
Indexed on
2010/03/27
4:43 UTC
Read the original article
Hit count: 287
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.
© Stack Overflow or respective owner