ansible-playbooks icon indicating copy to clipboard operation
ansible-playbooks copied to clipboard

Homebrew issues

Open joemaller opened this issue 6 years ago • 5 comments

After the last install, I had to run this command (instead of a bunch of other suggested commands) to make brew doctor happy.

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

joemaller avatar Oct 06 '17 18:10 joemaller

Unsupported and may not be worth the trouble. https://discourse.brew.sh/t/homebrew-permissions-for-multiple-users/686

joemaller avatar Oct 24 '17 14:10 joemaller

Note that first command doesn't work in High Sierra. This might be fixed, needs more testing

joemaller avatar Dec 10 '17 22:12 joemaller

the homebrew : move Homebrew files to /usr/local task is failing on a new system...

joemaller avatar Feb 14 '18 20:02 joemaller

Well, this certainly would've been nice to know about earlier...

The current implementation of the Homebrew installation script will prompt the User if stdin is set to TTY. By redirecting stdin to /dev/null, the installer can be run without user intervention.

'ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null'

https://stackoverflow.com/a/39864317/503463

joemaller avatar Mar 09 '18 20:03 joemaller

ref: f37a1ef0c94f4f991b00d892ee9a945c6241d997

joemaller avatar Jun 17 '18 16:06 joemaller