Python --- 卸载

Posted yaradish

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python --- 卸载相关的知识,希望对你有一定的参考价值。

python的卸载

1、?  rpm -qa|grep python3.6|xargs rpm -ev --allmatches --nodeps   ##强制删除已安装程序及其关联

2、?  whereis python3.6 |xargs rm -frv     允许你对输出执行其他某些命令

3、?  whereis python ##验证删除,返回无结果

以上是关于Python --- 卸载的主要内容,如果未能解决你的问题,请参考以下文章

python卸载方法(教你一招干干净净卸载Python

python怎么卸载numpy

Python卸载Python

mac 自带的python 要卸载么

如何卸载 Python 和所有包

如何强行卸载自己windows下的python-CSDN论坛