Not getting info message after converting rvm from .rvmrc to .ruby-version -
i've run rvm rvmrc ruby-version on couple of projects. looked @ produced files, match googling says should in them (.ruby-version & .ruby-gemset).
when cd project directories, no longer using /home/user/.rvm/gems/ruby-1.9.3-p392 gemset projectname info message.
is there way info message back?
thanks.
it should enough run:
echo rvm_use_flag=2 >> ~/.rvmrc
it tell rvm display message (it not work older project .rvmrc
files did not support it).
Comments
Post a Comment