RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

chruby: ultra-minimal ruby switcher

chruby is an ultra-minimal alternative to RVM and rbenv. chruby allows one to install rubies into /usr/local/$ruby, /opt/$ruby or ~/.rubies/$ruby, but install gems into ~/.gem/$ruby/$version. Unlike RVM or rbenv, chruby only modifies $PATH, $GEM_HOME and $GEM_PATH, and does not hook cd or rely on shims. chruby is ~80 lines, supports both bash and zsh, and has unit-tests.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in