Can I choose to install packages at non-versioned bin paths? #6345
Unanswered
amarendra
asked this question in
Everyday usage
Replies: 1 comment 1 reply
-
No, but there is https://docs.brew.sh/Formula-Cookbook#homebrew-terminology:~:text=the%20openjdk%20formula-,opt%20prefix,-a%20symlink%20to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
Is there a way to have the package binaries installed (and updated in place), let's say, something like at
instead of at (a versioned/variable path)
It becomes a problem especially when dealing with permissions.
I tried searching in the docs but couldn't find a flag, if one is there, that could make that happen.
So is there one? Or is there a way I can make this choice at least when installing a specific package?
PS. Regarding
brew doctor
output,fuse-t
is available as a core cask, butfuse-t-sshfs
isn't; hence this messy output.Beta Was this translation helpful? Give feedback.
All reactions