Python configuration for Windows machine
Ensure your system was already loaded with the Python. To check that open the command prompt and execute the command python --version, it will show the installed Python's version in the command prompt only if exist otherwise download it from the official site and install it manually.
- Visit the official website to download the Python and install as per below instructions.
- Install the Python in the following default directory C:\Users\balamanigandan.b\AppData\Local\Programs\Python\Python38-32 and you can move the Python software to another location as per your wish.
- Check the Python is updated the Environment Variable or not, by opening the command prompt and execute the command python --version. It will show the installed Python's version otherwise follow the below steps to setup the environment variable path.