chruby-install [OPTIONS] [RUBY [VERSION]] [-- CONFIGURE_OPTS ...]
RUBY Install Ruby by name.
VERSION Optionally select Ruby version.
CONFIGURE_OPTS Additional optional configure arguments.
-h, --help
-V, --version
See man ruby-install for Ruby installation options.
Installs Ruby, JRuby, Rubinius or MagLev with ruby-install.
https://github.com/postmodern/ruby-install#readme
And then reloads chruby Rubies.
https://github.com/postmodern/chruby/blob/master/README.md
RUBY Install Ruby by name.
VERSION Optionally select the version of selected Ruby.
CONFIGURE_OPTS Additional optional configure arguments.
Install the current stable version of Ruby:
$ chruby-install rubyInstall a specific version of Ruby:
$ chruby-install ruby 1.9.3-p395/usr/local/src Default root user source directory.
~/src Default non-root user source directory.
/opt/rubies/$ruby-$version Default root user installation directory.
~/.rubies/$ruby-$version Default non-root user installation directory.
Postmodern postmodern.mod3@gmail.com
ruby-install(1), chruby(1), chruby-exec(1), ruby(1), gem(1)