Skip to content

Instantly share code, notes, and snippets.

@jcf
Created January 11, 2010 15:42
Show Gist options
  • Save jcf/274314 to your computer and use it in GitHub Desktop.
Save jcf/274314 to your computer and use it in GitHub Desktop.
The full ruby 1.9.1 iconv fix
RUBY_VERSION='1.9.2'
rvm package install iconv
rvm remove $RUBY_VERSION
rvm install $RUBY_VERSION -C --with-iconv-dir=$HOME/.rvm/usr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment