码迷,mamicode.com
首页 > 编程语言 > 详细

Ubuntu16.04切换python3和python2

时间:2017-11-07 17:50:05      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:nbsp   ati   comment   tor   bin   span   upd   ubuntu   com   

切换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

Ubuntu16.04切换python3和python2

标签:nbsp   ati   comment   tor   bin   span   upd   ubuntu   com   

原文地址:http://www.cnblogs.com/lin135/p/7799650.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!