How to change the default Python2 to Python3 on Linux All In One
Raspberry Pi
在 Linux 中如何把默认的 Python2 更改为 Python3
solutions
.bashrc
/.zshrc
alias
$ sudo vim .bashrc
$ cat .bashrc
$ cat .bashrc | grep py
# .bashrc 配置一个 alias ✅
# Python3 => py3
标签:TARGET,links,ln,default,symbolic,How,link,--,change
From: https://www.cnblogs.com/xgqfrms/p/17430775.html