gpt4 book ai didi

python - 如何强制我的代码在虚拟环境中使用 32 位 Python?

转载 作者:行者123 更新时间:2023-11-28 18:41:27 26 4
gpt4 key购买 nike

标题几乎说明了一切。 Python 2.7.8、OSX 10.8.5 已经(分别)尝试了所有方法:

How do I force Python to be 32-bit on Snow Leopard and other 32-bit/64-bit questions

arch -i386 /usr/local/bin/python

defaults write com.apple.versioner.python Prefer-32-Bit -bool yes

export VERSIONER_PYTHON_PREFER_32_BIT=yes

当我跳入解释器并运行 import platform; platform.architecture() 我还是明白了

('64bit', '')每一个。

sys.maxsize > 2**32 返回 True

最佳答案

platform.architecture() 在 OSX 上不可靠,要确保您仍在运行 64 位而不是 32 位,您应该运行 sys.maxsize > 2**32

https://docs.python.org/2/library/platform.html#platform.architecture

关于python - 如何强制我的代码在虚拟环境中使用 32 位 Python?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25455114/

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