After installing RVM and reloading the terminal running "ruby -v" does not show the latest ruby installed
The problem is that RVM is not loading when opening a new shell Quick solution: Open this file: .bash_profile Enter this: [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" Details: I have helped like 10 people installed their Rails environment...