gpt4 book ai didi

python sys.path 实现

转载 作者:可可西里 更新时间:2023-11-01 09:28:47 31 4
gpt4 key购买 nike

今天,我检查了 sys.path 是如何被 python 实现的。我发现它指向 sys.pi 文件(Windows 中的 Python 2.7.8)。看代码

argv = []
__stdout__ = file(__file__)
__name__ = 'sysoverride'
__stderr__ = file(__file__)
dllhandle = 0
exitfunc = None
stdin = file(__file__)
modules = {}
last_type = None
stderr = file(__file__)
path = []
last_value = None
hexversion = 17105408

我的问题是 python 如何使用 path=[] 语句打印出 python 路径列表。我真的很困惑。谢谢

最佳答案

根据doc's

sys.path is a list of strings that specifies the search path for modules. Initialized from the environment variable PYTHONPATH, plus an installation-dependent default.

除此之外,还有一个 site模块 在初始化期间自动导入 将特定于站点的路径和内置函数附加到模块搜索路径。

关于python sys.path 实现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26903515/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com