An open API service indexing awesome lists of open source software.

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

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