How to Check Python Version on Ubuntu 24.04

checking python version ubuntu

Python is a scripting language widely used by beginners and experienced programmers because of its code readability, and clear and expressive syntax. It was developed by Guido van Rossum and was first released in 1991. Due to its simplicity, it is a popular choice for many applications including web development, scientific applications, and artificial intelligence.

Python 3 comes preinstalled in Ubuntu 24.04 LTS. In this small write-up, we would like to show you the method of checking Python version on your Ubuntu 24.04 LTS system.

Checking Python Version on Ubuntu 22.04

Fire up the terminal by pressing the shortcut key ctrl + alt + t or by using the application search bar.

Execute the following command with a normal user.

python3 --version

The command will return you the exact version installed on your Ubuntu 24.04 machine.

Conclusion

For more information on Python programming language, head over to their official website. Thank you for reading the article, keep visiting Linux world.