Skip to content

Instantly share code, notes, and snippets.

@whoacowboy
Last active November 27, 2016 23:02
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 whoacowboy/694426cbc37007b6b3c9e43445702f7a to your computer and use it in GitHub Desktop.
Save whoacowboy/694426cbc37007b6b3c9e43445702f7a to your computer and use it in GitHub Desktop.
Brew error Mac OS X Sierra
sudo chown -R `whoami`:admin /usr/local/bin
sudo chown -R `whoami`:admin /usr/local/share
sudo chown -R `whoami`:admin /usr/local/lib
@whoacowboy
Copy link
Author

Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/*
Could not symlink lib/*
Could not symlink share/*

/usr/local/bin is not writable.
/usr/local/lib is not writable.
/usr/local/share is not writable.

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