ubuntu中如何卸载python
来源:华拓网
具体方法:
(推荐教程:)
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.4orsudo apt-get purge --auto-remove python3.4