系统:Ubuntu 16.04.1 LTS
原文链接:https://www.cnblogs.com/yjlch1016/p/8641910.html
Ubuntu16.04默认安装了Python2.7和3.5。请注意,系统自带的python千万不能卸载!
更改默认值,python默认为Python2,现在修改为Python3
sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 100
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 150