没有python3的话,先安装python3、
sudo apt-get install python3
把py2删掉
sudo rm /usr/bin/python
链接py3,注:python3.4这里要换成对应你的python版本
sudo ln -s /usr/bin/python3.4 /usr/bin/python
查看现在的版本号
python
没有python3的话,先安装python3、
sudo apt-get install python3
把py2删掉
sudo rm /usr/bin/python
链接py3,注:python3.4这里要换成对应你的python版本
sudo ln -s /usr/bin/python3.4 /usr/bin/python
查看现在的版本号
python