Check Python Version On Linux 2021 Now
python3 -V Python 3.10.12 2. Check Python 2 Version (if installed) Some older systems or legacy applications still use Python 2.
python3 --version or
python2 --version or
python3 -VV or
python3 -V Python 3.10.12 2. Check Python 2 Version (if installed) Some older systems or legacy applications still use Python 2.
python3 --version or
python2 --version or
python3 -VV or