ubuntu下不同版本python默认切换

前端之家收集整理的这篇文章主要介绍了ubuntu下不同版本python默认切换前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
sudo update-alternatives --install /usr/bin/python python /usr/bin/python2 100
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 150
原文链接:https://www.f2er.com/ubuntu/356252.html

猜你在找的Ubuntu相关文章