When I install a new instance of any ruby via rvm and run the 'rvm list', I get:
rvm rubies /Users/AirBook/.rvm/scripts/list: line 321: /Users/AirBook/.rvm/rubies/ruby-1.9.2-p320/config: No such file or directory ruby-1.9.2-p320 [ ] ruby-1.9.3-p194 [ ] =* ruby-1.9.3-p286 [ ]
This is not a big problem, as I just add the 'config' file to the specific ruby folder. Plus, I do not foresee that I am adding many different versions of rubies.
but still wondering about this peculiar behavior, any idea what’s wrong with it, should I pass extra flags?
source share