Examples (8)
Display a list of installed versions
rvm listUse a specific version of Ruby
rvm use versionSet the default Ruby version
rvm --default use versionUpgrade a version of Ruby to a new version
rvm upgrade current_version new_versionUninstall a version of Ruby and keep its sources
rvm uninstall versionRemove a version of Ruby and its sources
rvm remove versionShow specific dependencies for your OS
rvm requirementsmade by @shridhargupta | data from tldr-pages