linux No module named yum错误的解决办法

肯定是yum的版本与当前python的版本不一致造成的

<pre>
所以修改yum的配置,修改文件: vim /usr/bin/yum

修改头#!/usr/bin/python => #!/usr/bin/python2.6
</pre>

相关文章:

  • 2021-05-20
  • 2021-09-03
  • 2022-12-23
  • 2021-05-07
  • 2021-04-08
  • 2021-05-13
  • 2021-10-01
  • 2021-09-26
猜你喜欢
  • 2022-02-18
  • 2022-12-23
  • 2021-06-02
  • 2021-07-24
  • 2021-09-02
  • 2022-12-23
相关资源
相似解决方案