Switch to a specific version of Python on macOS #4857
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
The easiest way to address a specific Homebrew version: |
Beta Was this translation helpful? Give feedback.
-
Yes, we support this but not via See |
Beta Was this translation helpful? Give feedback.
Yes, we support this but not via
brew link
. Add$(brew --prefix [email protected])/libexec/bin
to the front of your PATH and the defaultpython3
will change.See
brew caveats [email protected]
for more info.