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

Development Tools GitHub Basics Get Involved in Open Source Contributing to a Project with an Issue

Jaime Sandoval
Jaime Sandoval
7,083 Points

Bash isn't recognizing the ruby start.rb.

I'm trying to follow along with the lesson but I'm getting a different output from bash. I clone the hello-treehouse file and have the start.rb file in there, but when I try to run the command to start it, bash tells me that "bash: ruby: command not found." Anyone have an idea about what I'm doing wrong?

1 Answer

Trevor J
seal-mask
.a{fill-rule:evenodd;}techdegree
Trevor J
Python Web Development Techdegree Student 2,107 Points

If you have ruby installed you may need to add the ruby path to your bash_profile. How to do this depends on what OS and how ruby was installed.