Skip to content

macOS: Can brew-installed py find and use brew-installed python 3.10 #161

Answered by brettcannon
cclauss asked this question in Q&A
Discussion options

You must be logged in to vote

If you do brew link --overwrite [email protected] then it will work. The issue is that by having [email protected] installed, Homebrew won't symlink into /usr/local/bin because it would overwrite python3. By forcing the linking you reset python3, but more importantly for the Python Launcher you get python3.10 into /usr/local/bin.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cclauss
Comment options

Answer selected by cclauss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants