📌  相关文章
📜  ubuntu python --version 命令'python'未找到-Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:28.456000             🧑  作者: Mango

代码示例1
sudo apt install python-is-python2 
# output
# /usr/bin/python -> python2
# or
sudo apt install python-is-python3
# output
# /usr/bin/python -> python3