update mac python to 3.7 code example
Example 1: mac os install python 3
brew install python3
Example 2: how to set default python version in macos
ln -s -f /usr/local/bin/python3.7 /usr/local/bin/python
Example 3: mac catallina python3
$ brew install pyenv