首页 > 代码库 > mac 查看python路径

mac 查看python路径

1,terminal : 

input: which python

2,  terminal:

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

ok! good luck!!

  

mac 查看python路径