Skip to content

Instantly share code, notes, and snippets.

@maggit
Created March 9, 2016 20:58
Show Gist options
  • Save maggit/2d981d4a7952c5ee2910 to your computer and use it in GitHub Desktop.
Save maggit/2d981d4a7952c5ee2910 to your computer and use it in GitHub Desktop.
Guia de actualización de Ruby en Ubuntu:

#Actualizar ruby en ubuntu:

sudo apt-get install libgdbm-dev libncurses5-dev automake libtool bison libffi-dev
url -L https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm install 2.2.3
rvm use 2.2.3 --default
ruby -v
@maripao
Copy link

maripao commented Mar 12, 2016

buenisimo.. actualmente estoy con la 2.1.5p273 (2014-11-13) [x86_64-linux-gnu]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment