sudo apt-get remove python3.6
二、卸载python3.4及其依赖python
sudo apt-get remove --auto-remove python3.6
三、清除python3.4rem
sudo apt-get purge python3.4 or sudo apt-get purge --auto-remove python3.6