I installed RVM on OSX and now my $PATH variable is totally changed. I tried to change it in .bashrc and .profile but it doesn’t seem to have any effect. Any ideas what I’m doing wrong?
I installed RVM on OSX and now my $PATH variable is totally changed. I
Share
It looks like you have some misuse in your RC files, have a read here: https://rvm.io/support/faq/#shell_login
basically
.profileshould not be used as bash login RC script, there is.bash_loginor.bash_profilewhich are better choice for it.to fix your profile files you need to run:
and restart computer – yes restart the machine, it’s only a minute on mac