I needed to know what version of python I was running, so I immediately tried:
python -v
No dice.
What does get me the version:
python
import sys
print sys.version
And then I noticed that as soon as I get into Python the version is displayed. Palmface.