Python on Windows does not use normal STDOUT, so what is going on here?
python --version
Python 2.7.15
shows a version! But I can't capture it!
python --version > temp.txt
Python 2.7.15
type temp.txt
NOTHING!
The issue is, I need to do logic depending on the Python version (from JavaScript) and it's been pretty hopeless so far.