Mac系统自带的python环境在:

 /System/Library/Frameworks/Python.framework/Versions/2.7/

用户安装的python环境默认在:

/Library/Frameworks/Python.framework/Versions/3.7

我们在使用的时候不指定,直接使用python执行py文件就是mac自带python环境,若想使用python3就直接命令行python3执行py文件即可。

python3
Python 3.7.2 (v3.7.2:9a3ffc0492, Dec 24 2018, 02:44:43)
[Clang 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>