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

Cian Butler
Cian Butler
3,747 Points

Console Won't Work?

Hi Just started the Ruby Basics there. Opened workspaces and did as told typed ruby -v to get the version and make sure it's installed. It does nothing the console doesn't respond with anything. I have tried restarting and opening plenty of new workspaces too. Any help anyone?

Francois van der Hoven
Francois van der Hoven
2,026 Points

Hi Cian, a great tool to install Ruby and manage the installation of various versions of Ruby on te same platform is rvm. After rvm is installed, you will be able to install ruby with the simple command rvm install 2.2.3, if this is the version number you want to install. Here is the guide to get started with rvm: https://rvm.io/rvm/install. When you have successfully installed rvm you will see its version number after typing rvm -v on the console.