方法一:
直接> python2.7/python3.6 test.py
方法二:
在文件首行写上 #!/usr/bin/python3
这个是配置的路径
也可以通过 > which python3 查找路径
然后
> chmod +x test.py
>./test.py