Skip to content

Instantly share code, notes, and snippets.

@katmutua
Created December 20, 2014 15:25
Show Gist options
  • Select an option

  • Save katmutua/076f20b7280a0a03ee7e to your computer and use it in GitHub Desktop.

Select an option

Save katmutua/076f20b7280a0a03ee7e to your computer and use it in GitHub Desktop.
Install Nokogiri on OSX Mavericks
brew uninstall nokogiri
brew install libxml2 libxslt libiconv
brew link libxml2 libxslt #may need --force
NOKOGIRI_USE_SYSTEM_LIBRARIES=1 gem install nokogiri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment