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

Installation Confusion

How do I check I've installed Ruby, rails and other components. When I typed localhost with port it doesn't open anything. Why so much confusion with the installation why there is two different course for installation?

5 Answers

go to your localhost and type ' ruby -v ' to check what version is installed.

its ruby 2.0.0p481

You should be good as far as ruby goes.

When video says type command line rvm use 2.0.0 it say rvm is not recognized as an internal or external command

Make sure you have RVM installed.

Here's a great walk through if you need some help with that: https://rvm.io/rvm/install