I use rvm
on my Ubuntu 14.04 machine and each time I start the terminal, the ruby version selected (from ruby -v
) is ruby 1.9.3p551
. rvm --default use 2.2.3
lets me use the selected ruby version, but the entire process needs to be redone each time a new session is started.
How can this be resolved?