On macOS,
What is the difference between
“/opt/homebrew/Cellar/[email protected]/3.12.3/bin/python3.12” and
“/opt/homebrew/Cellar/[email protected]/3.12.3/bin/python3”?
Also, what is the difference between
“/opt/homebrew/bin/python3” and
“/opt/homebrew/Cellar/[email protected]/3.12.3/bin/python3”?
Is there a better option? Or is it the same thing, just in a different location?
2