How do I tell it not to mess up my system? #5489
Replies: 2 comments
-
There are a few things to start with:
Start with those 3 things and then see how it goes. |
Beta Was this translation helpful? Give feedback.
-
I find that Homebrew doesn't mess up my system. Things might break, but the breakage is usually contained to:
The issue you linked with
One issue I’ve faced sometimes is when installing a formula like Though for programming language runtimes, I prefer not using Homebrew. Especially because they tend to come with a way to globally install packages (
Looking at the Poetry installation docs, they also have a very big warning about installing Poetry in a virtual environment to avoid the very issue you are reporting:
So I would look at things like:
|
Beta Was this translation helpful? Give feedback.
-
Output of
brew config
Output of
brew doctor
Description of issue
I will get some hate responses for this but every time I use this tool, it often messes up my system and programs that used to work stop working. e.g., see this. is there any way to tell it not to change the system settings so that other programs do not break? it seems to be doing lot of config changes underneath and shouldn't be installing extra baggage and doing unnecessary things.
Beta Was this translation helpful? Give feedback.
All reactions