Created
May 28, 2012 03:29
-
-
Save kysnm/2817051 to your computer and use it in GitHub Desktop.
rvm install 1.9.3 on Ubuntu 10.04
This file contains 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
wget -q -O - https://raw.github.com/gist/2817051/e3e5f4d268994ae4d103329f845b34cb6a54b8df/install_rvm_1.9.3_on_Ubuntu_10.04.sh | bash |
This file contains 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
#!/bin/sh | |
sudo aptitude install zlib1g-dev libssl-dev libsqlite3-dev libmysqlclient-dev imagemagick librmagick-ruby libxml2-dev libxslt1-dev build-essential openssl libreadline6 libreadline6-dev zlib1g libyaml-dev libsqlite3-0 sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison libpq-dev libpq5 libmysql-ruby libmysqlclient-dev | |
rvm pkg install autoconf | |
rvm pkg install zlib | |
rvm pkg install readline | |
rvm pkg install openssl | |
rvm pkg install iconv | |
rvm install 1.9.3 | |
rvm use 1.9.3 --default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment