美文网首页
ubuntu16.04中将Python默认的设置成Python3

ubuntu16.04中将Python默认的设置成Python3

作者: DayDayUpppppp | 来源:发表于2017-05-07 16:57 被阅读0次
ubuntu16.04中将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

如果要切换到Python2,执行:
sudo update-alternatives --config python

vscode 将自己的解释器版本更换到python3
2017-05-07 17-01-52屏幕截图.png

在pythonPath这一行,更改一下地址就好。

相关文章

网友评论

      本文标题:ubuntu16.04中将Python默认的设置成Python3

      本文链接:https://www.haomeiwen.com/subject/ieautxtx.html