Sha256: 83bb5aca97962fc1e66ea5eba4fb41537ad2bf9f743eca72e2d538bbdf2c949c

Contents?: true

Size: 1008 Bytes

Versions: 10

Compression:

Stored size: 1008 Bytes

Contents

Alias

  RVM allows you to alias you rubies for your convience and pleasure.

Usage
  rvm [options] alias source destination

  Source and Destination must be an RVM
  ruby string representing an RVM installed ruby.

  A gemset may be optionally included.

Creating Aliases

  First select a RVM ruby.

    ∴ rvm alias create ree-1.8.7-p2010.01 php

Using Aliases

  Now that you have created an alias, you can use the alias in place of the longer rvm selector string.

    ∴ rvm use php
    ∴ ruby -v
    ruby 1.8.7 (2009-12-24 patchlevel 248) [i686-darwin10.3.0], MBARI 0x6770, Ruby Enterprise Edition 2010.01

If you use any aliases that are rather funny, please hop in #rvm and let us know :)

Deleting Aliases

  If you wish to delete an alias

  ∴ rvm alias delete dotnet
    Listing Aliases

You can also list all current aliases

  ∴ rvm alias list
    php => ree-1.8.7-p2010.01
    lisp => maglev-head
    python => rbx-head

Documentation:

  http://rvm.beginrescueend.com/rubies/alias/

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rvm-0.1.38 help/alias
rvm-0.1.37 help/alias
rvm-0.1.36 help/alias
rvm-0.1.35 help/alias
rvm-0.1.34 help/alias
rvm-0.1.33 help/alias
rvm-0.1.32 help/alias
rvm-0.1.31 help/alias
rvm-0.1.30 help/alias
rvm-0.1.29 help/alias