unbuntu切换python版本的方法
# 列出的 Python
update-alternatives --list python
# 切换
update-alternatives --config python
本文来自博客园,作者:凌渃,转载请注明原文链接:https://www.cnblogs.com/ling7319/p/17283310.html
# 列出的 Python
update-alternatives --list python
# 切换
update-alternatives --config python
本文来自博客园,作者:凌渃,转载请注明原文链接:https://www.cnblogs.com/ling7319/p/17283310.html