对于初学者而言,安装和卸载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

hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » 怎样删除原有的python