执行“捆绑更新”时遇到问题

发布于 2024-12-17 13:42:27 字数 331 浏览 0 评论 0原文

我正在使用 Aptana 学习 RoR。我创建了我的第一个项目并尝试更新其 Gemfile。它默认使用“sqlite3”。我想用mysql配置它。我确实配置了它。但每当我调用 bundle update 来保存更改时,它都会给我以下错误:

sh: /c/RailsInstaller/Ruby1.9.2/bin/bundle: C:/Projects/railsinstaller/stage/Ruby1.9.2/bin/ruby.exe: bad interpreter: No such file or directory

有任何建议来消除此错误吗?

I am learning RoR using Aptana. I created my first project and tried to update its Gemfile. It uses "sqlite3" by default. i wanted to configure it with mysql. i did configure it. but whenever i call bundle update to save the changes, it gives me following error:

sh: /c/RailsInstaller/Ruby1.9.2/bin/bundle: C:/Projects/railsinstaller/stage/Ruby1.9.2/bin/ruby.exe: bad interpreter: No such file or directory

Any Suggestions to get rid of this error??

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

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

发布评论

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

评论(1

失而复得 2024-12-24 13:42:27

首先尝试

bundle install

不捆绑更新

您使用的是哪个 mysql gem?你正确安装了 ruby​​ 吗?

At first try

bundle install

not bundle update

Which mysql gem are you using? Have you installed ruby properly?

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