将程序添加到 mingw32 的“路径”
我正在通过 NetBeans 在本地运行 Rails 应用程序,该应用程序似乎通过 mingw32 运行 ruby。我正在尝试对 lame 进行系统调用,仅使用 irb 就可以正常工作,但是这个特定的设置找不到它!
我该怎么做才能告诉 mingw/这个 Rails 实例 Lame 在哪里?
I am running a rails app locally through NetBeans which seems to be running ruby through mingw32. I'm trying to do a system call to lame, which works fine using just irb, but this particular setup can't find it!
What can I do to tell mingw/this instance of rails where lame is?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
并不是我所要求的真正解决方案,但通过使用
我能够得到我想要的
Not really a solution to what I asked, but by using
I was able to get what I wanted