You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Since Python3 is the only supported python, we're going to look (in order of importance) for:
On Windows:
py 3
python3
python
-- will runpython --version
and check for/.*3.7*/
firstOn Not Windows:
python3
python
-- will runpython --version
and check for/.*3.7*/
firstThe text was updated successfully, but these errors were encountered: