rbenv
Installation
SKILL.md
rbenv
Intent Router
| Request | Reference | Load When |
|---|---|---|
| Homebrew install, rbenv-installer, shell integration | references/install-and-setup.md |
rbenv needs to be installed or shell integration is missing |
| install/global/local/shell/versions/rehash commands | references/command-cookbook.md |
Specific rbenv commands are needed |
| ruby-build plugin, build from source, RUBY_CONFIGURE_OPTS | references/ruby-build.md |
Building or listing installable Ruby versions is the topic |
| .ruby-version, shell > local > global precedence | references/project-files.md |
Project-level Ruby version pinning or precedence is the topic |
Quick Start
# Install Ruby 3.3.0
rbenv install 3.3.0
# Set as global default
rbenv global 3.3.0