Let's see haw to install python version 3.6.5. To install it and check it's version installed on your system (for me windows 10 OS 32-bit) i followed few steps which i wanted to share with you.
Here are the steps:-
- First of all download python(3.6.5) version which i have downloaded to install. Download from the link :- https://www.python.org/
- Now created a folder named python manually in C:\Program Files (x86)
- Once created go to the downloaded python .exe file and run that as an ADMINISTRATOR. Once you would run as administrator you would see the screen like :-
- Install it by Customize Installation. by checking the checkbox just below in the screen written Add Python 3.6 to PATH.
- Now click on Customize Installation. Leave everything as it is checked in the next screen. Then click next. Next screen will look like:-
- Here you have to change the path location where we had created a folder called python in location C:\Program Files (x86). change the python installation path to this one now.
- Now click on the Install button. As soon as you click on the Install python installation will be processed. Final installation page will look like this which shows you have installed python successful on your system. Congratulations!
- How to check the version installed on you system?Open command prompt and type python --version you would get the version installed on your system.
That's it. Thank you so much.
No comments:
Post a Comment