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

Hiroyuki Watanabe
3,698 PointsRVM Installation Problem
Hi,
I'm trying to learn Ruby but I can't setup the environment yet.
In the video, http://teamtreehouse.com/library/ruby-foundations/ruby-basics/installing-ruby, when he did the command
\curl https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer | bash -s stable
he saw the sentence like below;
[[ -s "/Users/levelup/.rvm/scripts/rvm"]] && source "/Users/levelup/.rvm/scripts/rvm"
But when I did the command I couldnt see like the sentence. What should I do? Please help me with solving the problem.
I have been doing it for more than 2 days...
Adam Sackfield
Courses Plus Student 19,663 PointsAdam Sackfield
Courses Plus Student 19,663 PointsIf your having trouble setting it up and waiting for advice from a tutor I can offer you a solution in the meantime that I used while I figured out how to set up my system [here](cloud9.io) this is a cloud ide that you can choose to set up a rails app super simple. Just ensure you change the gem file to be Rails 3.2 and Ruby 1.9.3 as the newer versions don't work with the tutorials
Hope this helps