Created
December 10, 2012 10:48
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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