-
-
Save aghecht/3675841 to your computer and use it in GitHub Desktop.
rvm commands
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
# 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