i have python3 on my mac, but when checking version of python it states python 2.7.16 code example
Example 1: how to set default python version in macos
ln -s -f /usr/local/bin/python3.7 /usr/local/bin/python
Example 2: which python mac
$ brew update && brew upgrade python