i successfully installed rvm and ruby 1.9.2 at my debian lenny machine
rvm -v
rvm 1.8.2 by Wayne E. Seguin (wayneeseguin@gmail.com) [https://rvm.beginrescueend.com/]
ruby -v
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-linux]
now i wanted to install rails
rvm install rails
i got some errors and can't solve these problems
Building native extensions. This could take a while...
/home/mrie/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/ext/builder.rb:48: warning: Insecure world writable dir /home in PATH, mode 040777
i already tried this why and where stands /home in $PATH ?