Python2.7怎么卸载干净
python2.7的卸载方法,有需要的小伙伴可参考。
卸载python2.7
sudo apt-get remove python2.7
卸载python2.7及其依赖
sudo apt-get remove --auto-remove python2.7
清除python2.7
sudo apt-get purge python2.7 or sudo apt-get purge --auto-remove python2.7
更多学习内容,请点击Python学习网。
来源:PY学习网:原文地址:https://www.py.cn/article.html