You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a situation where people install software outside of homebrew, and running brew bundle install will install the formulae but then fail creating the symlinks. Trying again though will succeed, although the symlinks are not enabled, thus hiding the problem.
At least my expectation is that brew bundle install is deterministic.
No problems: we installed AND linked n formulae.
Problems: we installed n but failed to link m formulae.
Right now it's not. Either there are no problems, or if there are, trying again and again and again will lead to a success message, with problems being ignored.
The text was updated successfully, but these errors were encountered:
if i understand this correctly, this is less of a bundle problem and more of a brew + overwriting problem. what does the bundle file look like? what arguments are you passing in? what is the PATH setup on these systems?
We have a situation where people install software outside of homebrew, and running
brew bundle install
will install the formulae but then fail creating the symlinks. Trying again though will succeed, although the symlinks are not enabled, thus hiding the problem.At least my expectation is that
brew bundle install
is deterministic.No problems: we installed AND linked n formulae.
Problems: we installed n but failed to link m formulae.
Right now it's not. Either there are no problems, or if there are, trying again and again and again will lead to a success message, with problems being ignored.
The text was updated successfully, but these errors were encountered: