mac 查看python安装路径

1、terminal : 

input: which Python

2、terminal:

input : python  --->import sys  ----> print sys.path

3、mac版Pycharm第三方库路径

/Library/Python/2.7/lib/python/site-packages

原文地址:https://www.cnblogs.com/o-din/p/5606592.html