Since Python3 is the only supported python, we're going to look (in order of importance) for:
On Windows:
py 3
python3
python -- will run python --version and check for /.*3.7*/ first
On Not Windows:
python3
python -- will run python --version and check for /.*3.7*/ first