Invoke the system default Python interpreter (often Python 3 on modern systems).
python --version
Invoke the Python 2 interpreter (if installed).
python2 --version
Invoke a specific Python 2.7 interpreter binary (if present).
python2.7 -m pip --version