Skip to content

Instantly share code, notes, and snippets.

@joequery
Last active January 4, 2016 04:58
Show Gist options
  • Save joequery/8571726 to your computer and use it in GitHub Desktop.
Save joequery/8571726 to your computer and use it in GitHub Desktop.
Upgrading ruby
$ sudo apt-get update
$ sudo apt-get install ruby-odbc-dbg
$ sudo apt-get install ruby1.9
$ sudo ln -sf /usr/bin/ruby1.9.3 /usr/bin/ruby
# Log out of the vm via exit, then log back in via vagrant ssh
$ ruby -v
ruby 1.9.3p0 (2011-10-30 revision 33570) [i686-linux]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment