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:

  1. .bashrc
  2. .bash_profile
  3. .profile

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -