参考博客:https://blog.csdn.net/weixin_41656968/article/details/80214527
我们今天忍痛割去python2.7,输入:
sudo apt-get autoremove python2.7
卸载完后,我们发现想用python3的时候,还得敲python3
想敲python直接出来python3的话,那么
新建一个链接:
sudo ln -s /usr/bin/python3.5 /usr/bin/python
再输入python,显示为: