Skip to content

Instantly share code, notes, and snippets.

@ChristopherA
Last active November 9, 2017 23:26
Show Gist options
  • Save ChristopherA/06c6d9509c15a06393476b21b245dcc5 to your computer and use it in GitHub Desktop.
Save ChristopherA/06c6d9509c15a06393476b21b245dcc5 to your computer and use it in GitHub Desktop.
Various Homebrew related fixes…

Various Homebrew related fixes…

homebrew "missing xcrun"

How to fix homebrew error invalid active developer path after upgrade to OS X El Capitan

Run the following commands to fix the above error:

sudo xcode-select --install
sudo xcode-select -switch /

Answer on Homebrew/legacy-homebrew#23500

May also have to do this:

sudo chown -R $(whoami):admin /usr/local

Always says up-to-date

cd $(brew --repo); git fetch; git reset --hard origin/master; brew update

Homebrew Daily Updates

Uses brew install terminal-notifier https://github.com/julienXX/terminal-notifier

https://gist.github.com/boneskull/c578346195eed967e4dd21e4f26e5f04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment