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 - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -