Reputation: 2645
I'm new to Ruby and Linux and I wonder if this is possible?
I always have to work with:
rvm --default use ruby-2.2.1
when I want to work in a new directory.
I'm running ubuntu 14.04 LTS. Any help appreciated!
Upvotes: 0
Views: 59
Reputation: 8202
You have two options:
rvm --default use 2.2.1
.Upvotes: 1