Instalación de RVM

Para instalarla debemos hacer:

$ \curl -#L https://get.rvm.io | bash -s stable --autolibs=3 --ruby
Point to be noted is, there is a backslash before curl. This prevents misbehaving if you have aliased it with configuration in your ~/.curlrc file.

Instalela como un usuario normal. Nunca como root a menos que quiera hacer una instalación multiusuario. Asegúrese que su usuario no pertenece a los grupos de administración.

If the install script is run as a standard, non-root user, RVM will install into the current users's home directory. RVM by default will modify user startup files.

Véase la información en Ruby Version Manager.

Casiano Rodriguez León 2015-01-07