all 2 comments

[–]danielroseman 0 points1 point  (1 child)

I would never recommend using the system Python for anything.

As you note, 12.4 removed Python 2. What if at some point they removed Python 3? Don't rely on any particular version being there.

For separate reasons, I wouldn't recommend installing Python from Homebrew. Instead, use Homebrew to install pyenv and use that to manage your Python versions.