I created a new user 'dad' on my macbook pro (OSX 10.8.4). "Dad" is the administrator. I have successfully installed homebrew as dad. It was previously installed by another user. I did:
sudo chown -R dad /usr/local/ cd /usr/local/ chmod -R 777 *
But any attempt to install, for example:
brew install nmap
gives:
Error: Permission denied - /Library/Caches/Homebrew/Formula/nmap.brewing
It seems nmap.brewing does not exist:
dad$ ls -l /usr/local/Library/Caches/Homebrew/Formula/nmap.brewing ls: /usr/local/Library/Caches/Homebrew/Formula/nmap.brewing: No such file or directory dad$ ls -l /Library/Caches/Homebrew/Formula/nmap.brewing ls: /Library/Caches/Homebrew/Formula/nmap.brewing: No such file or directory
Any ideas?
homebrew macos
Mike Hadlow Jul 12 '13 at 8:10 2013-07-12 08:10
source share