Skip to content

Instantly share code, notes, and snippets.

@tisba
Created November 13, 2010 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tisba/675408 to your computer and use it in GitHub Desktop.
Save tisba/675408 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
rm -rf ~/.rvm/usr
rvm package install iconv
rvm package install readline
rvm package install zlib
rvm package install autoconf
rvm use system
rvm remove 1.9.2
rvm install 1.9.2 --with-iconv-dir=$rvm_path/usr \
--with-readline-dir=$rvm_path/usr \
--with-zlib-dir=$rvm_path/usr \
--with-openssl-dir=/usr/local
rvm --default 1.9.2
rvm wrapper 1.9.2 textmate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment