rbenv
A tool to easily install Ruby versions and manage application environments.
=> More information.
rbenv install {version}
- Display a list of the latest stable versions for each Ruby:
rbenv install --list
- Display a list of installed Ruby versions:
rbenv versions
- Use a specific Ruby version across the whole system:
rbenv global {version}
- Use a specific Ruby version for an application/project directory:
rbenv local {version}
- Display the currently selected Ruby version:
rbenv version
- Uninstall a Ruby version:
rbenv uninstall {version}
- Display all Ruby versions that contain the specified executable:
rbenv whence {executable}
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
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/rbenv.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 104.594384 milliseconds
- Gemini-to-HTML Time
- 0.256307 milliseconds
This content has been proxied by September (ba2dc).