https://github.com/rvm/rvm-gem
RVM Ruby Gem Library
https://github.com/rvm/rvm-gem
Last synced: 9 months ago
JSON representation
RVM Ruby Gem Library
- Host: GitHub
- URL: https://github.com/rvm/rvm-gem
- Owner: rvm
- License: mit
- Created: 2012-03-26T14:33:50.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-11-11T08:11:50.000Z (about 11 years ago)
- Last Synced: 2025-04-26T23:09:52.745Z (9 months ago)
- Language: Ruby
- Homepage: https://rvm.beginrescueend.com/
- Size: 207 KB
- Stars: 24
- Watchers: 18
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
README
# rvm
http://rvm.io/
## Description
RVM ~ Ruby Environment Manager ~ Ruby Gem Library
## Installation
* gem install rvm
## Examples
Most common ways to use RVM from ruby process
require 'rvm'
RVM.gemset_use! 'rails3'
RVM.use_from_path! '/path/to/project' # The same ruby has to be used
The most common use for this gem is in Passenger integration:
- https://rvm.io/integration/passenger/
## Development
$ rake spec