ユムが壊れているようです。以下はエラーです。
'import site' failed; use -v for traceback
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.6.2 (r262:71600, May 12 2009, 15:34:31)
[GCC 4.1.1]
If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq
python -Vは次の出力を提供します。
Python 2.6.2
Python 2.6.6のみがインストールされているのに、なぜ2.6.2が表示されるのかわかりません。
rpm -qa |grep python
Python 2.6.6だけがリストされていますが、まだ「python -V」はバージョン2.6.2と言います。
/usr/bin/pythonファイルを削除し、python-2.6.6、python-libs-2.6.6、python-devel-2.6.6を再インストールしましたが、/usr/bin/pythonが再作成されましたが、
/usr/bin/python -V
Python 2.6.2の出力を提供します。
これはyumを壊した。