check file Existing with Python Script

Gabriel9999

New Member
Mar 21, 2019
34
0
6
Are there any way to check the Python interpreter version without entering the Python shell or writing Python script?
 

Dexter Sinister

Unspecified Specialist
Oct 1, 2004
10,168
536
113
Regina, SK
That has to be an uppercase V, e.g. python -V, not python -v. Lowercase v gives a long list of initialized modules and leaves you in the python interpreter.