Above doesn\'t work first time, works 2nd time.
Try to set ruby version to 2.0.0 for any new shell windows.
Doing
$ rvm use 2.0.0 --default
<
I have found this command to be very usefull.
It solve my case. So if anyone is having the same issue, give this a try:
rvm get stable --auto-dotfiles
Maybe is not the best way to resolve this, but I added this line at the botton of my .zshrc (it will work in .bashrc too!)
export PATH="$GEM_HOME/bin:$PATH"
You can add
rvm_silence_path_mismatch_check_flag=1
to your ~/.rvmrc
file. That's what the warning message now suggests.
I tried Michael Durrant's solution and it didn't work for me. but I ran rvm get stable --auto-dotfiles
and it began working as desired.
Hope it helps