deverlopment pc: windows 7

error message

l00191012@L00191012 ~/My Documents/Aptana Studio 3 Workspace/demo_app $ rails new . sh: /c/RailsInstaller/Ruby1.9.2/bin/rails: C:/Projects/railsinstaller/stage/Ruby1.9.2/bin/ruby.exe: bad interpreter: No such file or directory

now i fixed it: just do a litter things:

  1. edited the first line of this file:

    C:\RailsInstaller\Ruby1.9.2\bin\rails

And made it point to the correct location for ruby.exe, on my system, like this:

#!C:\RailsInstaller\Ruby1.9.2\bin\ruby.exe

2. and create a project again , everything is OK.

link|improve this question
Can you explain a bit more about how you installed ruby? This is clearly a configuration problem and "Windows 7" is pretty broad. You could have done all sorts of things to screw up your install. :) – Marc Talbot Feb 12 at 4:48
check out redcar, it's a gem. literally – Jason Levens Feb 12 at 4:58
feedback

closed as not a real question by derobert, Book Of Zeus, Jarrod Roberson, casperOne Feb 13 at 5:10

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

Browse other questions tagged or ask your own question.