Scons 无法从 Cygwin 运行

发布于 2024-12-05 10:52:01 字数 156 浏览 2 评论 0原文

我在 Windows XP SP2 上安装了 Scons 和 Cygwin。当我从 Cygwin 调用 Scons 时,我收到以下错误消息:

bash: scons: command not found

可能是什么问题,如何解决?

I have Scons and Cygwin installed on Windows XP SP2. When i call Scons from Cygwin i get the following error message:

bash: scons: command not found

what could be the problem, and how do i solve it?

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

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

发布评论

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

评论(2

茶花眉 2024-12-12 10:52:01

您是否尝试过使用文件“scons”的直接路径?如果它解决了问题,您应该将此路径添加到 cygwin 的 PATH 变量中(export PATH=$PATH:newPath)。您可以通过执行以下命令查看它:echo $PATH

have you tried using direct path to file 'scons'? if it solves the problem, you should add this path to cygwin's PATH variable (export PATH=$PATH:newPath). you can see it by executing: echo $PATH

誰ツ都不明白 2024-12-12 10:52:01

或者,使用 scons.bat,如下所示

scons.bat --clean

Alternatively, use scons.bat as in

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