TY经验:ubuntu 如何设置python3.5未系统默认版本
程序员文章站
2022-06-01 19:30:04
...
ubuntu 默认python版本为2.7,如果想要在系统层面设置python3.5版本,可以使用update-laternatives 命令。
步骤1:切换到root用户,然后确定系统里有哪些python的版本,在这里我的版本是python2.7 和 python3.5
步骤2:将python的两个版本更新到alternatives table中,注意最后带的1,2参数是优先级别;
步骤3:现在我们可以用update-alternatives --list python 命令看到系统中可以切换python的版本;
步骤4:使用update-alternatives --config python 对系统默认使用的python版本进行切换;
步骤5:验证修改版本是否成功 python --version
上一篇: ubuntu安装搜狗拼音
下一篇: webwork对错误消息的支持: