Created
November 10, 2011 02:06
-
-
Save cwise/1353890 to your computer and use it in GitHub Desktop.
Ubuntu installation of RVM with openssl
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
rvm pkg install openssl | |
rvm remove 1.9.2 | |
rvm install 1.9.2 --with-openssl-dir=$HOME/.rvm/usr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment