How to know Python is installed or not in your PC. Today we learn it easily. Python is a high-level, multipurpose programming language. This language is well-liked for beginners and experts due to its simplicity. It works with several programming functions. When you use Python it helps you the all kinds of programming way to learn.
Firstly, We need to set up our Environment on our PC or Laptop. So open a browser like Chrome & go to python.org and download the python exe file for Windows.Â
We must install this file for the environment on our laptop or PC after it has been downloaded. “Thus, simply run it in the operating system bit mode. You must run 64-bit exe files. But if you are running a 32-bit operating system then you can also run 32-bit files.“
How to know Python is installed or not in my PC
Using CMD:
After completing your Installation you need to open “cmd” command prompt and type “python -V” and if your environment is successful then must show the python version.
Using PowerShell:
- Press
Win + X
and selectWindows PowerShell
. - In the PowerShell window, type
python --version
orpython -V
and pressEnter
How to know Python is installed
When you use MacOS:
- Open the Terminal by pressing Cmd + Space
- Type python3 -V and Press Enter
Linux User:
- Just Open the Terminal
- Type python3 -V and Press Enter
By following these steps, you can easily determine whether Python is installed on your computer or not. If it’s not, you can install it again and start coding!