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

Popular posts from this blog

how to proxy from https to http with lighttpd -

android - Automated my builds -

python - Flask migration error -