Reputation: 6449
I have to type rvm use ruby-1.9.3
every time I login to my server.
How do I do this permanently?
Upvotes: 3
Views: 1509
Reputation: 1294
Here you go:
rvm --default use ruby-1.9.3
For more details, such as providing a default gemset, please read the following.
Upvotes: 21