Retrieve your current python version/implementation.

python -c 'import sys,platform; print(sys.version);print(platform.python_implementation())'