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
Since Python3 is the only supported python, we're going to look (in order of importance) for:
On Windows:
py 3python3python-- will runpython --versionand check for/.*3.7*/firstOn Not Windows:
python3python-- will runpython --versionand check for/.*3.7*/first