When I do bundle install in a rails app I get: Your Ruby version is 1.9.3, but your Gemfile specified 2.0.0
> rvm install 2.0.0
Already installed ruby-2.0.0-p247.
> which ruby
/home/myuser/.rvm/bin/ruby
Previously I had included the following in ~/.bashrc:
PATH=$HOME/.rvm/bin:$PATH
> which -a ruby
/home/hector/.rvm/bin/ruby
/usr/bin/ruby
I'm on Ubuntu 12.10. What I'm doing wrong? Thanks!