ruby - How can I install Jekyll on OSX 10.11? -


error:  while executing gem ... (errno::eperm) operation not permitted - /usr/bin/jekyll 

i'm getting permission error on trying install jekyll. i'm running osx 10.11 (el capitan). have xcode 7 , have installed developer tools. there workaround or os specific issue?

this side effect of apple's new rootless (aka system integrity protection or sip) feature in os x el capitan, not affect /usr/local/bin.

you might try following:

sudo gem install -n /usr/local/bin/ jekyll 

this tells gem install jekyll folder isn't protected sip, rather default protected location under /library/ruby/gems.

this solution suggested jekyll's developers.


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -