linux怎么卸载python3.5
卸载:
1、卸载python3.5
sudo apt-get remove python3.5
2、卸载python3.5及其依赖
sudo apt-get remove --auto-remove python3.5
3、清除python3.5
sudo apt-get purge python3.5
or
sudo apt-get purge --auto-remove python3.5
云海天教程网,免费的在线学习python平台,欢迎关注!
来源:PY学习网:原文地址:https://www.py.cn/article.html