J'ai récemment installé Python 2.7.3 sur une machine CentOS en compilant à partir des sources. Python 2.7.3 est installé sur /opt/python2.7 et lors de son installation, je viens de changer / usr / bin / python pour qu'il pointe vers la nouvelle version. Apparemment, cela est faux, car lorsque je l’ai fait, c’était cassé. Je voudrais obtenir le suivant.
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
No module named yum
Please install a package which provides this module, or
verify that the module is installed correctly.
It's possible that the above module doesn't match the
current version of Python, which is:
2.7.3 (default, May 15 2012, 17:45:42)
[GCC 4.4.4 20100726 (Red Hat 4.4.4-13)]
If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq
J'ai changé / usr / bin / python pour renvoyer au python 2.6.6 mais maintenant 2.6.6 est la version par défaut de python. Une idée comment résoudre ce problème?