Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1004 Bytes

disable_sip_for_homebrew.md

File metadata and controls

22 lines (16 loc) · 1004 Bytes

El Capitan & Homebrew

Part of the OS X 10.11/El Capitan changes is something called System Integrity Protection or "SIP".

To install Homebrew we'll need to disable SIP. Note that the steps below involve restarting and using Recovery Mode, in which you will not have access to Safari. So you may want to print out this page, write down the steps, or open it on another device (e.g. your phone) so that you can continue to read the instructions while in Recovery.

Here's a so-so video of this process (not made by GA).

  1. Reboot into Recovery Mode (Hold Cmd+R on boot)

  2. From the "Utilities" menu select "Terminal"

  3. Disable SIP with this command:

    $ csrutil disable
    
  4. Reboot back into OS X (from the Apple  menu, select "Restart")

  5. Now that SIP is disabled, you can restart the rake command:

    $ cd ~/wdi
    
    $ rake installfest:start