1、卸载python3.4
sudo apt-get remove python3.4
www#gaodaima.com来源gao*daima.com搞@代#码网搞代码
相关推荐:《Python基础教程》
2、卸载python3.4及其依赖
sudo <a href="https://www.gaodaima.com/tag/apt" title="查看更多关于apt的文章" target="_blank">apt</a>-<a href="https://www.gaodaima.com/tag/get" title="查看更多关于get的文章" target="_blank">get</a> remove --auto-remove python3.4
3、清除python3.4
sudo apt-get purge python3.4
or
sudo apt-get purge --auto-remove python3.4
来源:搞代码网:原文地址:https://www.gaodaima.com