Hello,
If you have centOS and cpanel installation then you can view the same from GUI or you can use shell to check the version. traditional -V --version will not give you exact version number.
following command should do the task for you
Quote:
|
python -c 'import sys; print sys.version[:3]'
|