How can I permanently unlink a dependency? #6199
-
Output of
|
Beta Was this translation helpful? Give feedback.
Answered by
SMillerDev
Jun 5, 2025
Replies: 1 comment
-
There is no way to permanently unlink formulae. The recommended solution here is to put the python from uv as the first entry in the PATH. That way your shell will pick up the python from uv rather than the Homebrew one. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
injust
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no way to permanently unlink formulae. The recommended solution here is to put the python from uv as the first entry in the PATH. That way your shell will pick up the python from uv rather than the Homebrew one.