How can I check what version of the Python Interpreter is interpreting my script?
From the command line (note the capital 'V'):
python -V
This is documented in 'man python'.
From IPython console
!python -V