Created
October 6, 2011 21:25
-
-
Save strongwave/1268725 to your computer and use it in GitHub Desktop.
command line to install ruby from rvm
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
$ sudo apt-get update | |
$ sudo apt-get install build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake | |
$ rvm install 1.9.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment