确定当前Python环境中的site-packages目录位置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了确定当前Python环境中的site-packages目录位置相关的知识,希望对你有一定的参考价值。
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目录位置的主要内容,如果未能解决你的问题,请参考以下文章
python3.3不自带的模块或工具包 下载以后要怎么处理才能在开发环境中调用 (比如放到pyth
假设无法访问site-packages目录,使用Python .pth文件