Python Install - Mac
Here's the gist on how to handle python on Mac
python3 --versionexport HOMEBREW_NO_INSTALL_FROM_API=1
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"brew install python3brew link python3Last updated