my mac defaulted python 3 how to default it again to 2.7 code example
Example: how to set default python version in macos
ln -s -f /usr/local/bin/python3.7 /usr/local/bin/python
ln -s -f /usr/local/bin/python3.7 /usr/local/bin/python