ruby - Reverting changes in .bash_profile? -
i wanted delete ruby , rvm removed path .bash_profile. deleted whole rvm folder using rm
.
now there shouldn't calling rvm, , error message keeps arising if cd ..
go directory.
-bash: /users/doris/.rvm/scripts/initialize: no such file or directory
why doing , how can fix it?
sounds did this, sure...
have in .bash_profile file. make sure removed line:
[[ -s "$home/.rvm/scripts/rvm" ]] && source "$home/.rvm/scripts/rvm" # load rvm shell session *as function*
then make sure logout , login again.
Comments
Post a Comment