Question about message at the end of python installation #4041
Unanswered
quazi-irfan
asked this question in
Everyday usage
Replies: 1 comment
-
Exactly what is in the list there. Symlinks for python that only indicate a major version or no version at all.
By installing somewhere else. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am under the impression that if I do
brew install x
then homebrew installs the package at/opt/homebrew/Celler/x
, and the binary is symlinked to/opt/homebrew/bin
. I have installed python3.9 and now have python3.9 symlink available at/opt/homebrew/bin
, which is pointing to/opt/homebrew/Celler/python@3.9/3.9.16/bin/python3.9
. So far so good.But at the end of python3.9 installation, I saw this message that I didn't understand,
I have the following questions about this message,
/opt/homebrew/Celler
?Beta Was this translation helpful? Give feedback.
All reactions