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

Ogechi Ike
Ogechi Ike
6,539 Points

I can't install Ruby

My Terminal says keeps giving me this code:

No binary rubies available for: osx/10.10/x86_64/ruby-1.9.3-p551. Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies. You requested building with '/user/bin/gcc-4.2' but it is not in your path.

and I don't know what to do. Please help. Thanks.

1 Answer

Hi, Ogechi:

It sounds like you're on a Mac; If that's true, you actually have Ruby installed.

If you want to change your configs towards managing your installation with Ruby moving forward, I heartily recommend using Thoughtbot's Laptop script you copy and paste in your terminal (Found going to utilities>terminal).

It install rbenv that allows you to manage multiple versions of Ruby intuitively, including the latest version which may be needed for the applications you're hoping to program.