首页 > 代码库 > Mac 查看python安装路径

Mac 查看python安装路径

1,terminal : 

input: which Python

2,  terminal:

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

Mac 查看python安装路径