Yum이 깨진 것 같습니다. 아래는 오류입니다.
'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이 깨졌습니다.