Lens Dünyası

Check Python Version: On Linux

pyenv versions

Most modern Linux distributions come with Python 3 pre-installed. check python version on linux

You are likely on a modern distro (Ubuntu 20.04+, Debian Buster+). pyenv versions Most modern Linux distributions come with

This outputs the version number along with the build date and compiler information. check python version on linux

python2 --version

ls /usr/bin/python*

check python version on linux