Installing "rvm use ruby-1.9.3" forever?

I need to type rvm use ruby-1.9.3

every time I log into the server. How can this be done on an ongoing basis?

+3


source to share


1 answer


Here you go:

rvm --default use ruby-1.9.3

      



For more information, such as providing a default gemset, read.

+20


source







All Articles