在 Windows 中的 aptana 上创建新的 Rails 项目时出错
我在 aptana 3.0.4 上使用 rubyinstaller sh 创建新的 Rails 项目时出现以下错误
:/c/RailsInstaller/Ruby1.9.2/bin/rails: C:/Projects/railsinstaller/Stage/Ruby1.9.2/bin/ruby.exe : 翻译不好
i got the following error creating a new rails project on aptana 3.0.4 with rubyinstaller
sh: /c/RailsInstaller/Ruby1.9.2/bin/rails: C:/Projects/railsinstaller/Stage/Ruby1.9.2/bin/ruby.exe: bad interpreter
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有同样的问题。我按照 Aptana 支持的说明,在 Aptana CLI 中执行了
$ gem install Rails
。然后我就可以创建一个新的 Rails 项目。I had the same issue. I followed the instructions of Aptana support and executed
$ gem install rails
in the Aptana CLI. I was then able to create a new Rails project.