There are a few ways to install Python in Mac.
-
Install system-wide via the official Python installation package.
-
Install locally using Homebrew (recommended).
You should avoid installing multiple versions of Python in your system. It usually brings more troubles than conveniences. Python virtual environemnts ( via uv ) and Docker containers are …