gpt4 book ai didi

PYTHONPATH 变量空白

转载 作者:行者123 更新时间:2023-11-30 22:21:40 25 4
gpt4 key购买 nike

根据documentation , sys.path 在 Python 解释器 session 启动时从 PYTHONPATH 初始化。但是,就我而言,PYTHONPATH 变量为空。当我在终端中执行此操作时:

echo $PYTHONPATH

它返回空白。另一方面,当我启动Python REPL并检查sys.path:

import sys
print (sys.path)

我得到了一长串路径。这些是从哪里加载的?我错过了什么?

最佳答案

Check the documentation again :

上面写着

[sys.path is initialized] from the environment variable PYTHONPATH, plus an installation-dependent default.

此外,

the first item of this list, path[0], is the directory containing the script that was used to invoke the Python interpreter [… or] the empty string

这就是为什么你的不为空。

关于PYTHONPATH 变量空白,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48599467/

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