In chapter 1.2.2 of Michael Hartl's Ruby on Rails tutorial we are using rvm to install rails. Following the first few steps is no problem. But when I get to this command:
rvm use 1.9.3@rails3tutorial2ndEd --create --default
I get this response.
RVM is not a function, selecting rubies with 'rvm use ...' will not work.
I did a lot of research before posting this question. But could not find one that addresses my problem specifically. I'm using linux under Ubuntu (in a VM on Windows 7). Thank you.