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 Ruby Foundations Ruby Basics Installing Ruby

ruby installation

do i still have to install rbi on my mac as it does give me a version when i type in ruby -v in my terminal? Jason Seifer

2 Answers

Stone Preston
Stone Preston
42,016 Points

if you want to use the newest version of ruby you will need to install a newer version. the system version of ruby on your mac is most likely an older version.

Mark Kenney
Mark Kenney
10,148 Points

It doesn't seem like you should as ruby should bring everything it needs. Let me put it this way, I've never installed rbi on my Mac.

I would encourage you to look into RVM for ruby installs, they are a great assistance. https://rvm.io/

I also think homebrew is a great help for installs: http://brew.sh/

was finking same because my irb works fine on my terminal but then couldn't use the text mate to do the edit part of the video

Mark Kenney
Mark Kenney
10,148 Points

Do you have textmate both installed and the command line options installed? Sounding more like a textmate issue then a ruby issue but I might not be understanding properly.

Textmate: http://macromates.com/ Command line set-up: http://manual.macromates.com/en/using_textmate_from_terminal.html