-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
brew link python@3.12
does not create python3
pip3
symlinks
#149998
Comments
brew link python@3.12
does not create python3
pip3
symlinks
This is expected behaviour; the To use
|
Thanks for the quick response. I see the difference in the Would you be so kind to educate me? I did my search, and saw that it's not like NodeJS' LTS version, and bing chat says
Does this mean python3.12 would become a "default" version some time later? |
Because we need to migrate the Python dependents to 3.12, and this takes time. You can already see a number of PRs in progress (they are tagged https://github.com/Homebrew/homebrew-core/labels/python-3.12-migration). We can't migrate all of them at once because there can be a nontrivial number of failures.
Yes. See also #114154 ( |
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output" saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
I am tying to install a new python version
python@3.12
then linkpip3
topip3.12
like what was done forpython@3.11
What happened (include all command output)?
brew link python@3.12
only creates 11 symlinks instead of 25 likebrew link python@3.11
The 11 links created by
brew link python@3.12
are:The 25 links created by
brew link python@3.11
are:What did you expect to happen?
important executable files like
pip3
,python3
should be linked bybrew link python@3.12
.Some additional information:
Step-by-step reproduction instructions (by running
brew
commands)brew unlink -n python@3.11 ; brew unlink -n python@3.12
The text was updated successfully, but these errors were encountered: