Python
1.Mac系统自带的python环境在:
Python 2.7:/System/Library/Frameworks/Python.framework/Versions/2.7/
其中,解释器在该目录下的 ./bin/python2.7
2.用户安装的python环境默认在:
Python 3.6.1:/Library/Frameworks/Python.framework/Versions/3.6/
其中,解释器在该目录下的 ./bin/python3.6
3.用户安装 Anaconda3 后,自带的python环境在:
Python 3.4.1:/Users/steven/Anaconda3
其中,解释器在该目录下的./bin/python3.4