您的位置是:网站首页>Python编程Python编程
Ubuntu如何卸载Python3.5
少儿编程网2021-01-11 13:35:41【Python编程】
人已围观
来源:少儿编程 -用户投稿
简介Ubuntu如何卸载Python3.51、卸载Python3.5$sudo apt-get remove python3.52、卸载python3.5以及它的依赖包$sudo apt-get remove --auto-remove&nbs
Ubuntu如何卸载python3.5
1、卸载Python3.5
$sudo apt-get remove python3.5
2、卸载python3.5以及它的依赖包
$sudo apt-get remove --auto-remove python3.5
3、清除python3.5
要想清除python3.5的配置文件和数据文件,执行以下命令:
$sudo apt-get purge python3.5 $sudo apt-get purge --auto-remove python3.5
更多技术请关注Python视频教程。
来源:php中文网
相关文章:
python面试常见问题有哪些零基础入门Python常见问题分享Python开发岗位求职面试常见问题集高级会计师备考初期!必知的无纸化考学少儿编程有哪些常见问题react面试时会有哪些问题?react面试
支持一下 ( )
上一篇:多线程比单线程快,是真的吗?
下一篇:Python中质数怎么找?