📜  将 python3 重命名为 python - Shell-Bash 代码示例
📅  最后修改于: 2022-03-11 14:51:17.449000             🧑  作者: Mango
代码示例1
# (tested on ubuntu)
# add into ~/.bashrc
alias python=python3
# run
source ~/.bashrc