I learned over the years that there are some packages I should not install via Homebrew or MacPorts:
- For complicated reasons TeX/LaTeX should be installed directly, not through HB/MP.
- Through experiments, it seems that Qt should likewise be installed directly.
For Python I'm on the fence. I prefer installing it separately. But like Qt, brew packages that depend on it will anyway install Python or Qt. Then it's a matter of making sure one's PATH
is set correctly.
I still have too little experience with Node.js
, npm
, and webpack
. Can you share your experiences? What's easier to maintain, Node.js
&co installed through Homebrew or directly?
Related: 1.