Aptana Ruby on Rails Problem, rails: command not found -
i installed aptana studio 3 , attempted create first rails file, receive error
sh.exe: rails: command not found
am supposed edit system variables include path? if so, heck rails.exe because cannot find directory.
based on "sh.exe" filename, assuming running windows. need verify command "rails" accessible in system path aptana can find it. modifying "path" system variable include directory ruby installation (this may require restart take affect).
instructions modifying system path can found here: http://www.computerhope.com/issues/ch000549.htm
if used installer of ruby packaged windows such railsinstaller, point path of installation. gems place executable files in "\bin" folder. "rails" executable script rails gem.
Comments
Post a Comment