如何卸载python3.4
1、python" title="卸载python">卸载python3.4
sudo apt-get remove python3.4
相关推荐:《Python基础教程》
2、卸载python3.4及其依赖
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
以上是 如何卸载python3.4 的全部内容, 来源链接: utcz.com/z/523597.html