RVM use not working RHEL5 / Centos 5
Hello All,
I just finished up installing rvm for ruby on my RHEL5 box. I did the system wide installation but could not get my settings to stick when I selected a different version of ruby through the rvm user interface. I had 2 major issues
- Permissions
- rvm use not working
Solutions:
Make sure your login account is a member of the rvm group. Make sure you add the following line to the end of your .bashrc file which is located in your Home directory.
# User specific aliases and functions source "/usr/local/rvm/scripts/rvm"
Advertisement