If you can help or wish to become one of the maintainers - just start helping.
You can find more RVM related projects at
RVM Github organization.
CARVIEW |
Select Language
HTTP/2 301
server: nginx/1.10.3 (Ubuntu)
content-type: text/html
location: https://rvm.io/workflow/chruby
strict-transport-security: max-age=63072000; includeSubDomains
x-frame-options: DENY
x-content-type-options: nosniff
accept-ranges: bytes
age: 0
date: Mon, 13 Oct 2025 20:26:47 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210080-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1760387207.783198,VS0,VE418
content-length: 194
HTTP/1.1 200 OK
Connection: keep-alive
Content-Length: 4881
Server: nginx/1.10.3 (Ubuntu)
Content-Type: text/html
Last-Modified: Fri, 15 Jan 2021 20:39:55 GMT
ETag: W/"6001fd9b-4139"
Strict-Transport-Security: max-age=63072000; includeSubDomains
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
Content-Encoding: gzip
Accept-Ranges: bytes
Age: 0
Date: Mon, 13 Oct 2025 20:26:47 GMT
Via: 1.1 varnish
X-Served-By: cache-bom-vanm7210039-BOM
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1760387207.227972,VS0,VE423
RVM: Ruby Version Manager -
Integration with chruby
Support
RVM is maintained by community of volunteers, report issues to
RVM issues tracker.
Donation
Love RVM? Help us maintain RVM, a donation can help with it.
Want to help in other way, want to be a sponsor?
contact:
Michal Papis
Carbon Ads
∞chruby integration
One of basic RVM functionalities is to install rubies - chruby does not provide this function. Users can use chruby for switching rubies and RVM for installing rubies.
∞Install chruby
Follow instructions for chruby project: https://github.com/postmodern/chruby#install
∞Install RVM
curl -sSL https://get.rvm.io | bash -s -- --ignore-dotfiles
∞Integrate RVM
Right where chruby is sourced add a line to source RVMs integration:
source /usr/local/share/chruby/chruby.sh source ~/.rvm/scripts/extras/chruby.sh
∞Usage
To avoid confusion with full version of RVM the integration is called mrvm
which stands for mini RVM.
You can use it the same way as you would use rvm
:
mrvm list known mrvm install 1.9.3 mrvm remove 1.8.7 mrvm upgrade 1.9.3 2.0.0
The differences between rvm
and mrvm
are:
mrvm use
will not work,- every call to
mrvm
will refreshRUBIES
to include only RVM installed rubies.
∞Issues
Please report bugs / problems / issues to https://github.com/rvm/rvm/issues
RVM
- About
- Autolibs
- Basics
- Best Practices
- Cli
- Configuration
- Info
- Install
- Myths
- Offline
- Prerequisites
- Security
- Upgrading
Gemsets
- Basics
- Clear
- Copying
- Creating
- Deleting
- Emptying
- Exporting
- Global
- Ignoring
- Importing
- Initial
- Listing
- Using
∞
Copyright
© 2009-2011
Wayne E. Seguin
© 2011-2017
Michal Papis
© 2016-2017
Piotr Kuczynski
∞
Built with
Nanoc
∞
Cached by
Fastly
∞
Tested by
Travis CI