gpt4 book ai didi

python - 在CentOS上清除并重新安装python

转载 作者:太空宇宙 更新时间:2023-11-03 15:50:51 26 4
gpt4 key购买 nike

今天我弄乱了我的 CentOS 机器上的 Python 版本。甚至 yum 也无法正常工作。我错误地删除了导致这种情况的默认 /usr/bin/python 。我怎样才能恢复清晰的 Py​​thon 环境?我认为完全删除它们并重新安装 Python 可能会起作用,但不知道该怎么做。希望有人能帮忙!

最佳答案

yum 包管理器依赖于名为 rpm 的底层工具,它不需要 Python。您可以使用它来重新安装系统 Python 包。

您可以使用它从 CentOS 镜像重新安装基础 python 包:

rpm -ivh --replacepkgs --replacefiles http://mirror.centos.org/centos/6/os/x86_64/Packages/python-2.6.6-66.el6_8.x86_64.rpm

例如:

# rm -f /usr/bin/python*
# yum version
bash: /usr/bin/yum: /usr/bin/python: bad interpreter: No such file or directory
# rpm -ivh --replacefiles --replacepkgs http://mirror.centos.org/centos/6/os/x86_64/Packages/python-2.6.6-66.el6_8.x86_64.rpm
Retrieving http://mirror.centos.org/centos/6/os/x86_64/Packages/python-2.6.6-66.el6_8.x86_64.rpm
warning: /var/tmp/rpm-tmp.DCR7QF: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY
Preparing... ########################################### [100%]
1:python ########################################### [100%]
# yum version
Loaded plugins: fastestmirror, ovl
Installed: 6/x86_64 131:0e17bede37a026e5f95d6cb7e185701b989fa47d
Group-Installed: yum 14:973b685dc3deb5d8f00cdb3ec97022064b5ff793
version

关于python - 在CentOS上清除并重新安装python,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46915455/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com