Install Python3 On macOS Catalina idog | June 15, 2020 | 344 views 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