There are a few ways to install Python in Mac.
-
Install system-wide via the official Python installation package.
-
Install a Anaconda Python distribution locally.
-
Install locally using Homebrew (recommended).
A few comments about different ways of installation.
-
Avoid installing multiple versions of Python in your system. It usually brings more …