Tagged Questions
0
votes
1answer
1k views
“brew link node” creates/removes different number of symlinks when repeated
I was upgrading Node.js node through Homebrew's brew upgrade, and it didn't link correctly.
$ brew update
(snip-snip formulae were updated)
$ brew upgrade
(snip-snip other upgrades)
==> ...
3
votes
5answers
817 views
Why can't I use .app bundles symlinked into /Applications as default in the 'open with' dialog?
I have installed emacs with homebrew, with the --cocoa flag, which makes homebrew create an .app bundle in /usr/local/Cellar/emacs/<version>/Emacs.app. I have symlinked the .app bundle into ...