ruby on rails - get an error message "-bash: __rvm_clean_path: command not found" -
just after tried develop rails project (version: 4.0.8), start receive message.
even when start new terminal tag, display on first line. along it, has message
rvm used gemfile selecting ruby, fine - heroku too, can ignore these warnings 'rvm rvmrc warning ignore "blablabla directory"'. ignore warning files run 'rvm rvmrc warning ignore allgemfiles'.
why happen , how solve it? please!
the rvm used gemfile ...
message nothing worry about. if irks you, read -- should contain instructions getting rid of it.
the other message : -bash: __rvm_clean_path: command not found
interesting. thing is, __rvm_clean_path
function has been removed rvm source code long back. try updating rvm version running
rvm head
see if fixes it. if not, respond here output of following command:
rvm --version
also share content of following files in home directory:
.bashrc
.bash_profile
.profile
Comments
Post a Comment