网站推广.NET

网站推广.NET

linux怎么卸载python?

来源:互联网

python是一种计算机程序设计语言。是一种面向对象的动态类型语言,最初被设计用于编写自动化脚本(shell),随着版本的不断更新和语言新功能的添加,越来越多被用于独立的、大型项目的开发。

linux怎么卸载python?

卸载方法:

1、卸载python3.4

sudo apt-get remove python3.4

2、卸载python3.4及其依赖

立即学习“Python免费学习笔记(深入)”;

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