在 Windows 上运行带有两个 Python 安装的 Scons

发布于 2024-11-28 13:30:11 字数 353 浏览 4 评论 0原文

我已经安装了两个不同的 python 版本(3.1 和 2,7),这现在引起了头痛。默认安装是 3.1,它设置了 PYTHONHOME 和 PYTHONPATH。问题是,当我尝试从 2.7 安装(通过 Python27/Scripts/scons.bat)运行 scons 时,我收到各种引用 Python31/lib/ 文件夹的导入错误。

除了更改整个系统的 PYTHONHOME 和 PYTHONPATH 之外,还有什么好的解决方案吗? scons 不应该能够与安装的两个版本的 python 一起使用吗?

不确定这是一个超级用户问题还是一个 SO 问题,但我猜大多数使用过 Python 和 Scons 的人都挂在这里,而不是 SU。

I have installed two different python versions (3.1 and 2,7) And this is now causing a headache. The default installation is the 3.1 which have the PYTHONHOME and PYTHONPATH set. Problem is that when I try to run scons from the 2.7 installation (via Python27/Scripts/scons.bat) I get various import errors that reference to the Python31/lib/ folder.

Are there any good solutions for this, except changing PYTHONHOME and PYTHONPATH for the whole system. Shouldn't scons be able to work with two versions of python installed?

Not sure if this is a SuperUser or a SO question, but my guess that most people experienced with Python and Scons hangs here, and not in SU.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ゃ人海孤独症 2024-12-05 13:30:11

尝试将 scons.bat 脚本中的 PYTHONHOMEPYTHONPATH 分别设置为每个 Python 安装的正确值。

Try to set PYTHONHOME and PYTHONPATH in the scons.bat scripts to the right values for each Python installation respectively.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文