码迷,mamicode.com
首页 > 编程语言 > 详细

确定当前Python环境中的site-packages目录位置

时间:2017-06-18 12:00:02      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:pytho   get   div   site   有用   config   folder   mac   linux中   

How to find the site-packages folder in Python?

在Mac OS或者Linux中比较有用,因为这些系统一般都同时安装了多个版本。尤其是Mac OS 10.5,目录结构太乱了

在python环境中:

from distutils.sysconfig import get_python_lib
print get_python_lib()

或者,直接命令行:

python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"

确定当前Python环境中的site-packages目录位置

标签:pytho   get   div   site   有用   config   folder   mac   linux中   

原文地址:http://www.cnblogs.com/xqnq2007/p/7043750.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!