Skip to content

Instantly share code, notes, and snippets.

@cwise
Created November 10, 2011 02:06
Show Gist options
  • Save cwise/1353890 to your computer and use it in GitHub Desktop.
Save cwise/1353890 to your computer and use it in GitHub Desktop.
Ubuntu installation of RVM with openssl
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