2
When I run one of the following commands:
rvm install jruby-1.7.3
or
rvm install jruby
I get the following message:
Searching for binary rubies, this might take some time.
Installing requirements for ubuntu, might require sudo password.
Running 'apt-get --quiet --yes update' would require sudo.
Cowardly refusing to continue, please read 'rvm autolibs'.
Updating repositories
Missing required packages: git-core.
Cowardly refusing to continue, please read 'rvm autolibs'.
and
rvm --version
gives me
rvm 1.19.0 (latest) by Wayne E. Seguin , Michal Papis [https://rvm.io/]
Could anyone advise how to fix this?
2the command asked you to read
rvm autolibs
- did you? – mpapis – 2013-03-26T20:11:43.980@mpapis Actually doing this and looking thought the output solve my issue. – gotqn – 2013-03-26T21:48:36.373