I have installed the latest Python using macOS installation package from the official website.
However when I run command “which -a python3” from my terminal, I get a following listing:
❯ which -a python3
/usr/local/bin/python3
/opt/homebrew/bin/python3
/usr/local/bin/python3
/opt/homebrew/bin/python3
/usr/local/bin/python3
/usr/bin/python3
This is a bit confusing for me. Can you suggest a way on how to clean it up in a least destructive fashion?
New contributor
Dusan Smrek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.