卸载python3

2022年4月8日14:49:35卸载python3已关闭评论
  1. 卸载python3

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

  1. 删除所有残余文件

whereis python3 |xargs rm -frv

whereis pip3|xargs rm -frv

  1. 更新环境变量

source /etc/profile

  1. 查看现有安装的python

whereis python

本文地址:http://81uyu.com/uyu/1112.html 卸载python3
  • 我的微信
  • 这是我的微信扫一扫
  • weinxin
  • 我的微信公众号
  • 我的微信公众号扫一扫
  • weinxin