
To check Python 2.7’s version, use this command: python -versionįor Python 3, use the following command: python3 -version

In this case, to find the version of each instance of Python, you’ll use the following commands. This is because some apps use the newer Python 3 while others still rely on Python 2.7 in order to run. You could have multiple Python versions installed at the same time on your computer. RELATED: How to Launch a Terminal Window on Ubuntu Linux What If Your Computer Has Multiple Python Versions Installed? The terminal will output your current Python version. To check the installed Python version on Linux, open a Terminal window (you can often use the shortcut Ctrl+Alt+T), type the following command, and press Enter: python -version RELATED: 16 Terminal Commands That Every Mac User Should Know Checking the Python Version on Linux


Your current Python version will be displayed. On the Terminal window, type the following command and press Enter: python -version
