Sha256: 604cc6edc4638e1b17d3d0640e4413b24eaf1b44b34c4f9478ebaa40584de70b

Contents?: true

Size: 476 Bytes

Versions: 7

Compression:

Stored size: 476 Bytes

Contents

# rvm

https://rvm.beginrescueend.com/

## 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.beginrescueend.com/integration/passenger/

## Development

    $ rake spec

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rvm-1.11.3.8 README.md
rvm-1.11.3.7 README.md
rvm-1.11.3.6 README.md
rvm-1.11.3.5 README.md
rvm-1.11.3.4 README.md
rvm-1.11.3.3 README.md
rvm-1.11.3.2 README.md