You are not in the login shell. To enter the login shell, try the following command:
/bin/bash
After that, you can use RVM to select Ruby.
In addition, there is a constant way that you do not have to write this line every time you open your terminal. Try the following:
Edit menu -> Profile Preferences
A dialog box will appear, now select Run command in login shell .
After that, whenever you open your terminal, you will enter the login shell and you will be able to use RVM.
There is another way, you can write /bin/bash --login in your .bash_profile , which will load every time you reboot.
source share