mac 查看python安装路径

时间:2023-03-08 18:27:04

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

相关文章