How to Check Python Version in Linux Command Line

Channel: Linux
Abstract: Python is a high-levelPython 2.7.12

Python is a high-level, general-purpose programming language created by Guido van Rossum. It was first released in 1991. Generally, Linux based distros have pre-installed Python version. This tutorial will help you to find the current version of Python installed on your Linux system using the command line.

python -V

Output:

Python 2.7.12

The systems have multiple version of Python installed can find like this.

Ref From: tecadmin

Related articles