How to Check Python version on Ubuntu 18.04 LTS?

  • 5 years ago
How to Check Python version on Ubuntu 18.04 LTS?

Step 1: Open Terminal. Go to Desktop, right click on it. After that, click on 'Open in Terminal.'

Step 2: To check python version, type the command below, and then hit enter key on the keyboard.

python --version

Note: To check all versions of python installed on ubuntu 18.04 lts, type the command below, and then hit enter key on the keyboard.

ls -l /usr/bin/python*


Thanks for watching, please like and subscribe

==============================================

https://www.facebook.com/HowtoTutorialsByAmit/