默认情况下的是 Python2 的环境,你用 python3 命令就是 Python3 的环境,当然这个是可以修改的,命令:
python3
cd /usr/bin sudo rm python sudo ln -s /usr/bin/python3 /usr/bin/python