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

mustafa attaie
mustafa attaie
8,068 Points

question for Ruby users. When you start up terminal. Do you have to run ruby constant?

Lets say we open terminal after downloading everything needed on a mac a few days prior. Lets say we haven't touched terminal since we've downloaded everything we've needed. Would you need to type in the commands irb into terminal to access ruby or can you code away assuming the program is running?

1 Answer

Tyler Taylor
Tyler Taylor
17,939 Points

Ruby will still be there, but yes, you'll have to type irb to open the ruby environment. Hopefully by this point you've tried and figured it out yourself :)