Every morning I need to fire this command
rvm use 1.9.3 --default
otherwise it was unable recognise the rails s
or any command.
I have installed rvm for multiuser on ubuntu 12.04
Update:
rvm list ->
rvm rubies
=> ruby-1.9.3-p448 [ i686 ]
# Default ruby not set. Try 'rvm alias create default <ruby>'.
# => - current
# =* - current && default
# * - default
Please suggest..