命令如下:
alias python=python3.x.x
这样就可以把默认的python@2改为python@3的了
python@2
python@3
再次输入python -v就可以发现新世界了
python -v