Skip to content

Instantly share code, notes, and snippets.

@thotmx
Last active December 31, 2015 06:09
Show Gist options
  • Save thotmx/7945354 to your computer and use it in GitHub Desktop.
Save thotmx/7945354 to your computer and use it in GitHub Desktop.
Entorno para Desarrollo en Ruby en Ubuntu 13.10
Instalación del entorno de Ruby en Ubuntu 13.10
Instalación de Ruby de acuerdo a http://rvm.io:
```
\curl -sSL https://get.rvm.io | bash -s stable
```
En las preferencias de la consola de gnome, agregar que cuando se active la consola sea como login (conexión) y se abre una nueva terminal.
```
rvm install 2.0.0
rvm alias create default 2.0.0
gem install rspec
sudo apt-get install vim git tmux
```
Continuar con esta guía:
https://gist.github.com/hermes-logicalbricks/6956448
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment