Кри*_*ров 0 python command-line
如何在我的 gnome 终端中用 py3 替换 python2?将
alias python='python3'
Run Code Online (Sandbox Code Playgroud)
工作?谢谢!
小智 5
无需更换 Python。用
python
Run Code Online (Sandbox Code Playgroud)
对于 Python 2 和
python3
Run Code Online (Sandbox Code Playgroud)
在调用脚本时适用于 Python 3。