← all formulas
chruby
Ruby environment tool
- Version
- v0.3.9
- License
- MIT
- Tap
- homebrew/core
- Bottle
- available
- Revision
- —
bottledlicense declaredhomepageactivekeg-linked
Install
shell
$ brew install chrubyCaveats
Add the following to the ~/.bash_profile or ~/.zshrc file:
source $HOMEBREW_PREFIX/opt/chruby/share/chruby/chruby.sh
To enable auto-switching of Rubies specified by .ruby-version files,
add the following to ~/.bash_profile or ~/.zshrc:
source $HOMEBREW_PREFIX/opt/chruby/share/chruby/auto.sh