Skip to content

Instantly share code, notes, and snippets.

@bontoJR
Created December 10, 2012 10:48
Show Gist options
  • Save bontoJR/4249920 to your computer and use it in GitHub Desktop.
Save bontoJR/4249920 to your computer and use it in GitHub Desktop.
Install Ruby 1.8.7 with zlib on Ubuntu Server 12.04 LTS
# If you have 1.8.7 already installed
$ rmv remove 1.8.7
$ rvm pkg install zlib
$ rvm install 1.8.7 --with-zlib-dir=$rvm_path/usr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment