Skip to content

Instantly share code, notes, and snippets.

@aghecht
Forked from cajun-code/rvm commands
Created September 8, 2012 15:10
Show Gist options
  • Save aghecht/3675841 to your computer and use it in GitHub Desktop.
Save aghecht/3675841 to your computer and use it in GitHub Desktop.
rvm commands
# Only run the following command on Ubuntu
sudo apt-get install build-essential bison openssl libreadline6 libreadline6-dev zlib1g zlib1g-dev libssl-dev libyaml-dev sqlite3 libsqlite3-0 libxml2-dev libxslt-dev autoconf curl libtool
curl -L get.rvm.io | bash -s stable
rvm pkg install openssl
rvm pkg install zlib
rvm pkg install readline
rvm install 1.9.3 -C --with-openssl-dir=$rvm_path/usr --with-readline-dir=$rvm_path/usr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment