通过 Cygwin 安装 Rails 时出现 LoadError
我尝试在 Windows XP 上安装 Rails 来学习 Ruby on Rails 教程,但在尝试安装 Rails 时,出现此错误:
Marlon@DevComputer ~/rubygems-1.8.15
$ gem install rails C:\Ruby192\bin\ruby.exe: No such file or directory -- /cygdrive/c/Ruby192/bin/gem (LoadError)
有帮助吗?到目前为止我在谷歌搜索上找到的所有链接都没有解决这个问题。有什么解决办法吗?
I am trying to instal rails on Windows XP to do the Ruby on Rails Tutorial but attemtpting to install rails, I am getting this error:
Marlon@DevComputer ~/rubygems-1.8.15
$ gem install rails C:\Ruby192\bin\ruby.exe: No such file or directory -- /cygdrive/c/Ruby192/bin/gem (LoadError)
Any help? All the links I am finding so far on Google search does not solve the issue. Any solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试使用 RailsInsraller。我用它,它就像一个魅力。它还捆绑了许多其他对 Rails 开发有用的软件。
Try using RailsInsraller. I use it, and it works like a charm. It also come bundled with a lot of other useful software for Rails dev.