Skip to content

Instantly share code, notes, and snippets.

@joecannatti
Created April 12, 2011 19:43
Show Gist options
  • Save joecannatti/916232 to your computer and use it in GitHub Desktop.
Save joecannatti/916232 to your computer and use it in GitHub Desktop.
bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head )
[[ -s /Users/joecannatti/.rvm/scripts/rvm ]] && source /Users/joecannatti/.rvm/scripts/rvmif [[ -s $HOME/.rvm/scripts/rvm ]] ; then source $HOME/.rvm/scripts/rvm ; fi
rvm package install zlib
//other
rvm install 1.9.2-head
rvm use --default 1.9.2-head
sudo gem install libzlib-ruby
sudo apt-get install libxslt-dev
sudo apt-get install libxslt-ruby
sudo apt-get install libsqlite3-dev
rvm gem install rails
//rvm
rvm install package iconv
rvm install package libz
rvm install package openssl
rvm install package readline
rvm install package autoconf
rvm install 1.9.2-head --with-readline-dir=$rvm_path/usr --with-iconv-dir=$rvm_path/usr --with-zlib-dir=$rvm_path/usr --with-openssl-dir=$HOME/.rvm/usr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment