ruby - How to force all homebrew formulas to install keg-only? -


is there way force homebrew install of formulas keg-only, i.e. without system-wide side effects? similar accomplished running brew unlink <name> after every formula?

the reason i'm asking i'd have secondary installation of homebrew acts sort of installer dependencies of hard-to-build scientific program, compiling , installing dependencies degree of isolation rest of system.

you can create separate homebrew installation somewhere other /usr/local. don't need install keg-only that.


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -