C:\Sites\rails_projects\demo_app>heroku
The system cannot find the path specified.

Hi I've had this error for sometime now.
Then I realized that the path to ruby in the heroku.bat file was
incorrect
i.e. \Heroku\bin\heroku.bat

Contents changed[Depending on ur processor 32-bit or 64-bit]:
Initial=>
:x86
set HerokuRubyPath=%ProgramFiles(x86)%\ruby-1.9.3
goto launch

Changed:
:x86
set HerokuRubyPath=C:\RailsInstaller\Ruby1.9.3
goto launch

I just set it to my ruby path and it worked fine....
Enjoy :)

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to