Show me which python version you have installed
$ readlink -f $(which python) | xargs -I % sh -c 'echo -n "%: "; % -V'
Show me which python version you have installed
$ readlink -f $(which python) | xargs -I % sh -c 'echo -n "%: "; % -V'