怎样删除原有的python
对于初学者而言,安装和卸载python也可能是一件不容易的事,下面说一下python怎么来卸载
卸载python3.4
sudo apt-get remove python3.4
推荐:Python教程
卸载python3.4及其依赖
sudo apt-get remove --auto-remove python3.4
清除python3.4
sudo apt-get purge python3.4 or sudo apt-get purge --auto-remove python3.4
更多知识请关注云海天Python教程。
来源:PY学习网:原文地址:https://www.py.cn/article.html