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
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