您的位置:首页 > 编程语言 > Python开发

升级完python2.7.11后问题

2016-04-12 22:36 465 查看
安装完python2.7.11后用了几天挺好,但是今天用yum的时候发现了问题
[root@template yum.repos.d]# yum list
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.11 (default, Apr 7 2016, 21:10:55)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-16)]
If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq

上网查了一下才知道原来yum是需要python环境的,python2.7.11太新了,需要改回旧的版本
which yum
whereis python
vim /usr/bin/yum

将#!/usr/bin/python 改为#!/usr/bin/python2.6
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: