美文网首页
mac 查看python安装路径

mac 查看python安装路径

作者: i玉米炖排骨 | 来源:发表于2018-09-13 13:59 被阅读0次

1、terminal : 

input: which Python3

2、terminal:

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

3、mac版Pycharm第三方库路径

/Library/Python/2.7/lib/python/site-packages

相关文章

网友评论

      本文标题:mac 查看python安装路径

      本文链接:https://www.haomeiwen.com/subject/hyywgftx.html