I decided to kill rvm, using the rvm implode command.
When I run cd in osx terminal I get this message:
~/projects $ cd
-bash: /Users/boris/.rvm/scripts/initialize: No such file or directory
-bash: /Users/boris/.rvm/scripts/hook: No such file or directory
How can I correct this?
First of all close all terminals and open them again. If that didn’t work, edit your .bash_profile (check .bashrc to be sure) and remove all lines that have to do with rvm. Then close out the terminal and open it again in order to reload bash.
Also, remove ~/.rvm just to be sure.