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 Build a Simple Ruby on Rails Application Getting Started with Rails Generate a Rails Application

Ruby RVV USE 1.9.3 doesn't work

Hi guys,

i've installed rails and everything completely but when i type in rvm use 1.9.3 my windows CMD screen displays " 'rvm' is not recognised as an internal or external command, operable program or batch file."

This is probably a basic problem and i have just missed something. Would someone please be able to help me out?

thanks very much in advance :):):)

2 Answers

James Barnett
James Barnett
39,199 Points

As noted in the teacher notes below the video you don't need to use rvm use on Windows because that command is only supported on Linux/OS X.

You can get advise on setting up RVM here. If your doing the Rails videos they are using Rails 3.2 not the latest version 4. So ensure you follow with 3.2 as you will run in to errors if use the wrong version

RVM