我使用centOS 6.6:
[root@localhost ~]# cat /etc/centos-release
CentOS release 6.6 (Final)我需要OS版本的更新。但此时发生了以下错误:
[root@localhost ~]# yum update
bash: /usr/bin/yum: No such file or directory我奉命行事:
[root@localhost ~]# pip install yum 但是,没有成功。错误是:
ERROR: Could not find a version that satisfies the requirement yum (from versions: none)
ERROR: No matching distribution found for yum我的python和pip版本2.7。并检查版本3.6和2.6。
我该怎么办?
https://unix.stackexchange.com/questions/548664
复制相似问题