mfrbuaa

        yum命令升级的时候,报出这个错误。

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.5 (default, Sep  3 2013, 23:16:48) 
[GCC 4.6.3 20120306 (Red Hat 4.6.3-2)]

     解决方法:

sudo vim /usr/bin/yum

#修个python所在的路径。比如
#/usr/local/bin/python2.6


分类:

技术点:

相关文章:

  • 2021-12-31
  • 2021-05-19
  • 2021-05-18
  • 2022-12-23
  • 2021-05-19
  • 2022-12-23
猜你喜欢
  • 2021-09-19
  • 2021-10-18
  • 2021-12-07
  • 2021-11-12
  • 2021-10-25
  • 2022-12-23
  • 2021-06-05
相关资源
相似解决方案