如何彻底卸载Ubuntu16.04自带的Python3.5
来源 https://www.jianshu.com/p/b6959d0c7353
1.卸载python3.5
sudo apt-get remove python3.5
2.卸载python3.5以及它的依赖包
sudo apt-get remove --auto-remove python3.5
来源 https://www.jianshu.com/p/b6959d0c7353
sudo apt-get remove python3.5
sudo apt-get remove --auto-remove python3.5