I used homebrew to successfully install the rvm and ocaml packages, but I always wondered about the errors at the end of the $ brew update output. For example, when I started it just now, the output of bash was:
Error: Could not link: /usr/local/etc/bash_completion.d/brew Please delete these paths and run `brew update`. Error: Could not link: /usr/local/share/doc/homebrew Please delete these paths and run `brew update`. Error: Could not link: /usr/local/share/zsh/site-functions/_brew Please delete these paths and run `brew update`. Error: Could not link: /usr/local/share/man/man1/brew-cask.1 /usr/local/share/man/man1/brew.1
My colleagues say that you should not worry about it, but ... I'm worried about it. What can I do to fix them? Just run rm and completely destroy the "delete me" and mkdir paths that cannot be linked?
unix bash homebrew
HashRocketSyntax
source share