Fixing Homebrew "Permission denied" issues

Updated . Posted . Visible to the public.

When installing your first formula, Homebrew may complain about not being able to access certain directories. The easiest solution to this is:

chown <username> /usr/local/Cellar /usr/local/share # create these directories if they do not exist

Then sudo brew install abc and you're going.

Dominik Schöler
Last edit
Keywords
Mac
License
Source code in this card is licensed under the MIT License.
Posted by Dominik Schöler to makandra dev (2011-09-19 15:43)