gpt4 book ai didi

python -m 当前目录

转载 作者:太空宇宙 更新时间:2023-11-03 23:59:55 25 4
gpt4 key购买 nike

我使用 pip install Some_lib 安装了我的 python 环境。在我的开发环境中,我有一个名为 Some_lib 的文件夹,我想执行 python -m Some_lib 以便执行当前文件夹,而不是我在 python 环境中安装的先例 Some_lib。可能吗?

最佳答案

我认为 python -s -m Some_lib 应该按照 the documentation 的建议工作:

-s Don’t add the user site-packages directory to sys.path.

但是您在导入其他模块时可能会遇到问题...

编辑:实际上当前工作目录版本默认优先于

-m [...] As with the -c option, the current directory will be added to the start of sys.path.

所以 python -m Some_lib 也应该可以工作。

关于python -m 当前目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56042795/

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