The problem is not Ubuntu. It is rvm. The line that you are suppose to add to your .bashrc has changed:
user$ echo '[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function' >> ~/.bash_profile Now you are suppose to run it from a shell. The old way was: [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" which you add it to your .bashrc file. I had the same stupid problem. On Wed, May 11, 2011 at 11:58 AM, Cássio <[email protected]> wrote: > Hello, after upgrading to ubuntu 11.04 im having this problem with > rvm. Im following this tutorial: > http://ruby.railstutorial.org/ruby-on-rails-tutorial-book#top > > Git is installed OK, when I follow the instructions on RVM website > aparently its OK too, but when I close my terminal and open a new one > and tipe ruby -v ou rvm -v for example I got a messenge "rvm is not > installed". > > What should I do? > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

