Ubuntu设置默认python版本为python3

Ubuntu如何设置python默认版本为python3?
答:可以使用alternatives机制更改,在终端输入指令如下:
指令1
sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 100
指令2
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 150
Ubuntu设置默认python版本为python3_第1张图片

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