I have a problem install ruby 1.9.2 on debian using rvm.
The install goes fine, and when i type
rvm use 1.9.2
then it says:
Using /usr/local/rvm/gems/ruby-1.9.2-p180
but when I type
ruby -v
I get
ruby 1.8.7 (2010-08-16 patchlevel 302) [x86_64-linux]