1.卸载python2.7
sudo apt-get remove python2.7
2.卸载python2.7及其依赖
sudo apt-get remove --auto-remove python2.7
3.消除python2.7
sudo apt-get purge python2.7 or sudo apt-get purge --auto-remove python2.7
sudo apt-get remove python2.7
sudo apt-get remove --auto-remove python2.7
sudo apt-get purge python2.7 or sudo apt-get purge --auto-remove python2.7