查看: 125|回复: 0

CentOS 卸载 python

[复制链接]

2

主题

1

回帖

0

积分

热心网友

金币
1
阅读权限
220
精华
0
威望
0
贡献
0
在线时间
0 小时
注册时间
2011-1-3
发表于 2020-9-1 09:39:00 | 显示全部楼层 |阅读模式

卸载 python 2.7

rpm -qa|grep python2|xargs rpm -ev --allmatches --nodeps

whereis python2 |xargs rm -frv

-------------------

卸载 python3
rpm -qa|grep python3|xargs rpm -ev --allmatches --nodeps       卸载pyhton3
whereis python3 |xargs rm -frv           删除所有残余文件
成功卸载!
whereis   python       查看现有安装的python

 -------------------

The system python on CentOS 7 must be the 2.7 version that we ship. Must. 
You cannot replace the system python with a different one.
If you need a newer python then multiple places ship a python3 stack that installs in parallel to the system 2.7 that we ship.
No-one yet ships 3.8 as it's too new. There are python 3.6 packages in the CentOS 7.7 base and updates repos.
Use those.
They are supported and are the same versions that are in CentOS 8 so you know things written on one should work on the other.

 -------------------

Centos 7.8

Python 3 is now available. Installing the python3 package gives you the Python 3.6 interpreter。Python 3 可用,安装python3将会提供Python 3.6解释器。

---------------------------------

Centos 8

Python 3.6 是默认的 Python 环境,有限支持 Python 2.7

---------------------------------





来源:https://www.cnblogs.com/emanlee/p/13594389.html
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

圆梦公社,专注于为全球华人提供纯粹技术交流的地方,请勿发布任何政治及违法的言论。如有相关侵权、举报、投诉及建议等,请发 E-mail:dzh188@hotmail.com

Powered by Discuz! X5.0 © 2001-2026 Discuz! Team.

在本版发帖返回顶部