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

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

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.

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

@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!

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