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 @   悠然现南山  阅读(18933)  评论(0编辑  收藏  举报
点击右上角即可分享
微信分享提示