I'm just learning ruby on rails and try to configure it to work on windows 7 x64 and aptana studio.
I've installed ruby 1.9.2 with rails installer and commands are working from the regular windows command line.
But when I'm trying to use aptana's terminal window I'm getting the following error:
$ bundle sh.exe": /c/RailsInstaller/Ruby1.9.2/bin/bundle: C:/Projects/railsinstaller/stage/Ruby1.9.2/bin/ruby.exe: bad interpreter: No such file or directory
How can I make commands to work from terminal?