修改ubuntu默认python版本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了修改ubuntu默认python版本相关的知识,希望对你有一定的参考价值。

ls /usr/bin/python*

sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 1

sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.7 2

python --version

 

以上是关于修改ubuntu默认python版本的主要内容,如果未能解决你的问题,请参考以下文章

更改Ubuntu下默认Python版本

更改Ubuntu默认python版本的方法

ROS修改:ubuntu系统更改默认python版本(重要操作)

ubuntu修改默认python为python3

关于Ubuntu的默认python版本

Ubuntu下python两个版本的切换