Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Installation issues on OS X El Capitan #338

Open
05tb opened this issue Aug 19, 2016 · 4 comments
Open

Installation issues on OS X El Capitan #338

05tb opened this issue Aug 19, 2016 · 4 comments
Labels

Comments

@05tb
Copy link
Contributor

05tb commented Aug 19, 2016

sudo bundle install does not work on El Capitan. See the link for more information:

rubygems/bundler#4065

@05tb 05tb added the bug label Aug 19, 2016
@05tb
Copy link
Contributor Author

05tb commented Aug 22, 2016

sergiokopplin/indigo#81 Also helpful for trying to install nokogiri

@05tb
Copy link
Contributor Author

05tb commented Aug 22, 2016

@05tb
Copy link
Contributor Author

05tb commented Aug 22, 2016

Following the information in the links above do the following to install on El Capitan:

  • To correctly install bundler
sudo gem install bundler -n /usr/local/bin
  • To correctly install nokogiri; first make sure everything is up to date, then do the following:
brew update
brew tap homebrew/dupes
brew install libxml2 libxslt
brew install libiconv
xcode-select --install
xcode-select --update
ls -l /usr/local/Cellar/
sudo chown UserName /usr/local/Cellar/libiconv
bundle install

Note: not all of those commands will be required for everyone.

@Mbex
Copy link
Contributor

Mbex commented Sep 2, 2016

This works for me!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants