Skip to content

Instantly share code, notes, and snippets.

@andrewpmiller
Created January 5, 2016 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewpmiller/cafc82ecfecee7a9d639 to your computer and use it in GitHub Desktop.
Save andrewpmiller/cafc82ecfecee7a9d639 to your computer and use it in GitHub Desktop.
Homebrew Permissions Fix

Homebrew Permissions Fix

Everyone hates antivirus software – except IT departments.

Sophos does a particularly annoying thing on my work MacBook... some process (I think it's called "Sweep") constantly changes the permissions on /usr/local/bin so that I can't update or install Homebrew packages.

This unlocks things temporarily:

sudo chown -R $(whoami) /usr/local/bin

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