具体方法:(推荐教程:Python入门教程)1、卸载python3.41sudo apt-get remove python3.42、卸载python3.4及其依赖1sudo apt-get remove --auto-remove python3.43、清除python3.41sudo apt-get purge python3.4orsudo apt-get purge --auto-remove python3.4