Skip to content

Instantly share code, notes, and snippets.

@amadden80
Last active September 6, 2015 18:00
Show Gist options
  • Select an option

  • Save amadden80/1890f950f6b5a4dc9799 to your computer and use it in GitHub Desktop.

Select an option

Save amadden80/1890f950f6b5a4dc9799 to your computer and use it in GitHub Desktop.
Installing Fixes
#rbenv install ruby with yosemite ruby build error: Using clang rbenv install
CONFIGURE_OPTS=--with-gcc=clang rbenv install 2.2.2
#Nokogiri
brew update
brew install libiconv
brew link libiconv
brew install libxml2
brew link libxml2 --force
gem install nokogiri -- --use-system-libraries
gem install nokogiri -- --with-iconv-dir=/usr/local/Cellar/libiconv/1.14
gem install rails -- --use-system-libraries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment