#查看Python2.7 版本的路径
#查看python3.6版本的路径
which python2.7
which python3.6
sudo rm python3.6版本的路径
sudo ln -s python3.6版本的路径 python2.7版本的路径
#查看Python2.7 版本的路径
#查看python3.6版本的路径
which python2.7
which python3.6
sudo rm python3.6版本的路径
sudo ln -s python3.6版本的路径 python2.7版本的路径