tomet
tomet

Reputation: 2566

RVM: Use Ruby everytime?

I have installed Ruby 2.1.2 using RVM on Ubuntu 14.04. It works the first time, but then I restarted the terminal and it didn't work anymore. I figured out that I had to type rvm use ruby-2.1.2 every time.

I have researched and found out that I had to set a default. I did that, but it stil doesn't work. I also checked that the .bash_profile and .profile files look right.

Can anyone help me with that?

Upvotes: 1

Views: 190

Answers (1)

tomet
tomet

Reputation: 2566

I figured this out myself and now post this for future reference:

I had to check the setting 'use as login shell' in the gnome terminal. See "RVM can't set ruby as default" for reference.

Upvotes: 1

Related Questions