您现在的位置是:课程教程文章
如何卸载python3.6
2023-12-18 21:45课程教程文章 人已围观

本文主要讲解python3.6的卸载方法,有需要的小伙伴可参考。
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学习网,大量的免费python学习视频,欢迎在线学习!
课程教程:如何卸载python3.6上一篇:python怎么用cmd运行
下一篇:没有了