欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Linux切换python版本

程序员文章站 2022-04-18 20:00:59
...

通过设置优先级的方式来切换python版本看起来比网络上的很多方法都简便高效
命令如下:

sudo update-alternatives --install/usr/bin/python python /usr/bin/python3 120
sudo update-alternatives --install/usr/bin/python python /usr/bin/python2 150