Python怎么从电脑上删除掉

Python是一门简单易学、能快速入门的编程语言。但对于初学者而言,安装和卸载python也可能是一件不容易的事,下面说一下python

怎么来卸载

卸载python3.4

sudo apt-get remove python3.4

卸载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

来源:PY学习网:原文地址:https://www.py.cn/article.html

hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » Python怎么从电脑上删除掉