Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby Build a Simple Ruby on Rails Application Deploying Setting Up Heroku

heroku command not found

after installing heroku toolbelt in c:/programfiles ...i am not able to execute the heroku command .. doing some research in the forum ,they said to restart the system but still it is not working..i am using the cmder command prompt...

What is the response you are getting when you try to run the command?

i am getting "Heroku command not found" Tommy

What version of Windows are you running?

Assuming Heroku is installed in the same folder for both of us (you might need to drop the 'x86' portion of the path), what happens if you type in:

"C:\Program Files (x86)\Heroku\bin\heroku" version

Be sure to type they quotes also due to the spaces in the path. Let me know what this does for you.