Open it in atom
atom ~/.bashrc
Delete these lines:
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"
And did you delete your .bash_profile
or modify it?
Open it in atom
atom ~/.bashrc
Delete these lines:
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"
And did you delete your .bash_profile
or modify it?
I modified it. Should I delete?
Sorry, I reached my reply limit and had to wait 24 hours.
Anyway, don’t delete it just run this command:
echo 'source ~/.bashrc' >> ~/.bash_profile
Then close and reopen your terminal.