RVM gems [ missing bin/ruby ] -


after executing rvm list following output:

rvm rubies     gems [ missing bin/ruby ] =* ruby-2.0.0-p645 [ x86_64 ]    ruby-2.1.6 [ x86_64 ]    ruby-2.2.1 [ x86_64 ] 

what gems [ missing bin/ruby ] means?

does gems kind of system gemset? wasn't created me , don't know if can (or should) remove it.

you've have installed rvm using code :

curl -ssl https://get.rvm.io | bash -s stable --ruby . 

uninstall rvm using code:

rvm implode 

once uninstalled, install rvm again using this:

curl -l https://get.rvm.io | bash -s stable 

no more errors :d

just had same problem , fixed :d


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -