python 3.8

Install Python3 On macOS Catalina

python versions on Mac

The best way to install Python3 on macOS is to use brew.sh. Install brew and just type brew install python To check python version – macOS Catalina has python 2.7.5 built in – what we need is python3 from brew.sh. python python3