-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

rvm


> A tool for easily installing, managing, and working with multiple ruby environments.

More information.


Install one or more space-separated versions of Ruby:

rvm install {version(s)}

Display a list of installed versions:

rvm list

Use a specific version of Ruby:

rvm use {version}

Set the default Ruby version:

rvm --default use {version}

Upgrade a version of Ruby to a new version:

rvm upgrade {current_version} {new_version}

Uninstall a version of Ruby and keep its sources:

rvm uninstall {version}

Remove a version of Ruby and its sources:

rvm remove {version}

Show specific dependencies for your OS:

rvm requirements


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 05:47:27 2024