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

Ubuntu16.04切换python3和python2

时间:2018-12-13 20:22:00      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:python2   update   str   class   bin   span   config   comm   python3   

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

标签:python2   update   str   class   bin   span   config   comm   python3   

原文地址:https://www.cnblogs.com/gcgc/p/10116009.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
分享档案
周排行
mamicode.com排行更多图片
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!