install python 3 mac pip 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: install python in mac
brew install python3
brew install python2
ln -s -f /usr/local/bin/python3.7 /usr/local/bin/python
brew install python3
brew install python2