You can see the following error with a brew command like 'brew install mariadb':
Error: Cannot write to /usr/local/Cellar
To fix, change the owner of the directory:
sudo chown $USER /usr/local/Cellar/
Reference:
http://stackoverflow.com/questions/4804169/installing-in-homebrew-errors
No comments:
Post a Comment