![]() |
VOOZH | about |
One of basic RVM functionalities is to install rubies - chruby does not provide this function. Users can use chruby for switching rubies and RVM for installing rubies.
Follow instructions for chruby project: https://github.com/postmodern/chruby#install
curl -sSL https://get.rvm.io | bash -s -- --ignore-dotfiles
Right where chruby is sourced add a line to source RVMs integration:
source /usr/local/share/chruby/chruby.sh source ~/.rvm/scripts/extras/chruby.sh
To avoid confusion with full version of RVM the integration is called mrvm which stands for mini RVM.
You can use it the same way as you would use rvm:
mrvm list known mrvm install 1.9.3 mrvm remove 1.8.7 mrvm upgrade 1.9.3 2.0.0
The differences between rvm and mrvm are:
mrvm use will not work,mrvm will refresh RUBIES to include only RVM installed rubies.Please report bugs / problems / issues to https://github.com/rvm/rvm/issues