How to install multi-version packages and create symbol link in custom directory #4203
Unanswered
Whirlwind
asked this question in
Everyday usage
Replies: 1 comment
-
This is not supported. You might try using something like asdf. |
Beta Was this translation helpful? Give feedback.
0 replies
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
I want to install multi-version packages in
/opt/homebrew/Cellar
, then my project will use the specific version by the symbol link binary.eg: A project requires
git 2.38.1
, and B project requiresgit 2.37.1
.I hope install the git in '/opt/homebrew/Cellar/git'.
there are two symbol links:
In my project , I will use
./tools/git/bin/git
to instead of thegit
.I try to install the multi versions by
brew extract
andbrew pin
. But I could not set the symbol link to my project from/opt/homebrew/bin
.Beta Was this translation helpful? Give feedback.
All reactions