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

Carlos Leiva
Carlos Leiva
129 Points

What's the best practice to install Ruby in Ubuntu 12.10?

I'm getting started in Ruby, and I want to setup my laptop to properly work with Ruby, and the next step is to play with Ruby on Rails. What are the steps to follow?

Thank you

5 Answers

James Barnett
James Barnett
39,199 Points

Pretty much the same as it is on OS X.

it's wget rvm --> ruby --> gems --> rails

Here's a blog post that will walk you through it.

Matthew Bingham
Matthew Bingham
11,927 Points

Link is a 404 now unfortunately. This link helped me set my environment up on Ubuntu no problem - the layout of the page is also very nice and easy to understand: https://gorails.com/setup/ubuntu/14.04

James Barnett
James Barnett
39,199 Points

@Yuichi -

Surely the original poster wants one set of directions that are best not several links with no commentary on why he should use which ones.

Jason Seifer
STAFF
Jason Seifer
Treehouse Guest Teacher

RVM or rbenv are great choices for install Ruby on Ubuntu. Thanks for the responses, all!

James Barnett
James Barnett
39,199 Points

@Jason - Do you have a preference of a tutorial on how to use rvm to install rails on Ubuntu?