Created
September 25, 2012 03:57
-
-
Save D3MZ/3779897 to your computer and use it in GitHub Desktop.
Install RVM / Ruby in Ubuntu
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
curl -L get.rvm.io | bash -s stable --auto; source /home/ubuntu/.rvm/scripts/rvm | |
sudo apt-get install build-essential openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion pkg-config #dependencies | |
rvm install 1.9.3 #or whatever the latest is. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment