https://www.cnblogs.com/xuexianqi/p/13393094.html

1.查询Python3所在的路径

whereis python3 

CentOS卸载Python3

2.用rm -rf命令删除上面路径的目录(使用rm -rf命令要很谨慎

rm -rf /usr/local/bin/python3
rm -rf /usr/local/python3

相关文章:

  • 2021-10-06
  • 2021-10-02
  • 2021-12-01
  • 2021-08-27
  • 2021-12-29
  • 2021-07-28
  • 2021-06-25
  • 2021-10-16
猜你喜欢
  • 2021-11-22
  • 2022-12-23
  • 2022-02-15
  • 2022-02-14
  • 2022-02-07
  • 2022-01-01
  • 2021-12-22
相关资源
相似解决方案