Everyday Usage: self-contained installation directory? #4330
Replies: 2 comments 3 replies
-
All packages are in their own self-contained directories in
It is possible to install brew multiple times in multiple locations, although unsupported: https://docs.brew.sh/Installation#untar-anywhere-unsupported |
Beta Was this translation helpful? Give feedback.
-
What I mean and want is separate my activities in to different folders. So if I have to install a version of Ruby, of Cairo and of something else - for different experiments - they don't end up in the same
Docker on macOS includes a Linux VM. Mini or otherwise. But this is not the point so won't insist on this subject. Also am not an expert so this is also as far as I can go. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Warning: Broken symlinks were found. Remove them with `brew cleanup`: /usr/local/lib/docker/cli-plugins
Description of issue
Firs of all thanks for the wonderful tool I have been using for many years.
I wish to keep my dev environment tidy. As such would like to install each package and its dependencies in self-contained directories. On another laptop lost track of what installed what and now is a tangled mess.
Is it possible to define a custom installation directory and install each package and its dependencies there?
I am aware of the option to cleanup dependencies: https://stackoverflow.com/a/7333289
I am aware of the option to install
brew
itself anywhere: https://github.com/Homebrew/brew/blob/664d0c67d5947605c914c4c56ebcfaa80cb6eca0/docs/Installation.md#untar-anywhereBeta Was this translation helpful? Give feedback.
All reactions