Ubuntu下Python3与Python2相互切换

参考文章:https://blog.csdn.net/Nicolas_shen/article/details/124144931

设置优先级

sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 100
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 200

在这里插入图片描述
在这里插入图片描述

你可能感兴趣的:(ubuntu,ubuntu,python,linux)