设置ubuntu默认输入python进入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

 

如果要切换回来,执行下面的命令,输入对应的数字

sudo update-alternatives --config python

 

posted @ 2018-08-09 11:07  Operater  阅读(5165)  评论(0编辑  收藏  举报