欢迎光临
我们一直在努力

九八云Python教程:python3.6无法卸载怎么解决

卸载Python3的方法

1、卸载python3.6

sudo apt-get remove python3.6

2、卸载python3.6及其依赖

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

3、清除python3.6

sudo apt-get purge python3.6
or
sudo apt-get purge --auto-remove python3.6

推荐学习《python教程》

赞(0) 打赏
未经允许不得转载:九八云安全 » 九八云Python教程:python3.6无法卸载怎么解决

评论 抢沙发