rvm
Installation
SKILL.md
rvm
Intent Router
| Request | Reference | Load When |
|---|---|---|
| GPG key import, curl installer, shell integration | references/install-and-setup.md |
rvm needs to be installed or the shell integration is missing |
| install/use/list/gemset/current/uninstall commands | references/command-cookbook.md |
Specific rvm commands are needed |
| Creating, using, and deleting gemsets | references/gemsets.md |
Gemset isolation or the @global gemset is the topic |
| .ruby-version, .rvmrc, autoswitch on cd | references/project-files.md |
Project-level Ruby or gemset pinning is the topic |
Quick Start
# Install Ruby 3.3
rvm install 3.3
# Switch to it
rvm use 3.3