How to check Python version Ubuntu?

Follow us

check Python version Ubuntu

To check the Python version on Ubuntu, you can use the following command in the terminal:

python3 --version

This command will display the version of Python 3 installed on your system. Note that Python 2 is not typically installed by default on Ubuntu anymore, so using python without the 3 suffix should also give you the Python 3 version. However, it's always recommended to use python3 explicitly to ensure you're using Python 3.

If the python3 command is not recognized, you may need to install Python 3 by running the following command:

sudo apt-get install python3

Once installed, you should be able to check the Python version using the python3 --version command.



Link Live Streaming Real Madrid vs Union Berlin
Jadwal Pertandingan Indonesia U23 vs Turkmenistan Malam Ini: Link Streaming
How to Start XAMPP in Ubuntu Using the Command Line
Linux Copy File Command
How to scan QR code on iPhone from email
© 2023 MyPurTech