
rvm
List of commands for rvm:
-
rvm:tldr:48e8c rvm: Install one or more space-separated versions of Ruby.$ rvm install ${version(s)}try on your machineexplain this command
-
rvm:tldr:56452 rvm: Remove a version of Ruby and its sources.$ rvm remove ${version}try on your machineexplain this command
-
rvm:tldr:913f0 rvm: Set the default Ruby version.$ rvm --default use ${version}try on your machineexplain this command
-
rvm:tldr:993d0 rvm: Uninstall a version of Ruby and keep its sources.$ rvm uninstall ${version}try on your machineexplain this command
-
rvm:tldr:a4945 rvm: Show specific dependencies for your OS.$ rvm requirementstry on your machineexplain this command
-
rvm:tldr:ba82b rvm: Display a list of installed versions.$ rvm listtry on your machineexplain this command
-
rvm:tldr:ddcce rvm: Use a specific version of Ruby.$ rvm use ${version}try on your machineexplain this command