mac查看python安装路径

1、terminal : 

input: which Python

或者

which Python3

 

2、terminal:

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

或者

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

posted @ 2019-06-28 15:36  悠然现南山  阅读(18926)  评论(0编辑  收藏  举报