本文主要讲解python3.4的卸载方法,有需要的小伙伴可参考。

1、卸载python3.4

sudo apt-get remove python3.4

2、卸载python3.4及其依赖

sudo apt-get remove --auto-remove python3.4

3、清除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二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » 怎么卸载python3.4.1