Last active
September 6, 2015 18:00
-
-
Save amadden80/1890f950f6b5a4dc9799 to your computer and use it in GitHub Desktop.
Installing Fixes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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