gpt4 book ai didi

python - 像 Python 2.x 的 __pycache__ 这样的东西?

转载 作者:太空狗 更新时间:2023-10-30 01:37:25 24 4
gpt4 key购买 nike

我想避免让 Python 字节码 *.pyc 文件弄乱我的工作目录。 Python 3.2+ uses a subdirectory为此调用了 __pycache__

由于我从事的许多项目都是 Python 2.7,我想知道是否有任何变通方法或实用程序可以让我在我的案例中实现一些类似的行为?

最佳答案

你可以试试Python的-B选项:

-B     : don't write .py[co] files on import; also PYTHONDONTWRITEBYTECODE=x

因此,您可以运行 python -B test.py 或适当设置 PYTHONDONTWRITEBYTECODE

关于python - 像 Python 2.x 的 __pycache__ 这样的东西?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37467733/

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