Getting Started: python installation (a)

windows installed under python

----- because I was really white, mostly introductory online tutorial for me this is not super super white, sometimes encounter a variety of problems, so my record of the installation process, hope Getting everyone happy, welcome advice

----- super white paper, the content may cause discomfort brightest Great God, please watch carefully

1. Open the official website /www.python.org, select Downloads

 

 2. Then choose where you want to install version 3.XX or 2.XX

 

 3. 2.XX and 3.XX downloads (2 and 3 will need to download the file names are not the same, need to look at what to download)
(1) 2.XX need to download windows XXX MSI installer

 

 (2) 3.XX need to download windows XXX executable installer

 

 4. When the download is complete, open, and here I downloaded the 3.6.4

 

 

(1) Check Add Python 3.6 to PATH is added to the system Python installation path environment variable Path variables (such little step we will add their own environment variable friends _)
(2) Select Install Now installed in the default C will pythone under disk directory (as a new era of good girl, I certainly would not choose this (╹ ▽ ╹))
(3) select customize installation can be customized path (I chose this)
5. select the customize installation, this step select default then click next (see here I really chose to download pip, then I do not know why there is no download, lead me into the meet's top disaster o (╥﹏╥) o)

 

 6. This step is to check on the Install for all users, according to their need to choose the path (I installed a Python36 disk file in the folder F)

 

 7. Click Install, it will begin the installation process soon

 

 8. Installation success

 

 9. verify whether the installation was successful
open cmd, enter python, the following tips, you're done

 

 10. Add the environment variable manually
if you accidentally forget to check the add environment variables, you can also manually add
(1) right-click Computer - Select Properties - the open map page

 

 (2) Click the Advanced System Settings - Environment variables - the open map page

(3) is added to the system variables path F: \ Python36
additional path is your python file path (knock on blackboard, remember to use; separated)
here has been modified to correct the pull, we should point out I have to go out after the test look, this is right Oh, thank you!
Issues beyond the tutorial:
environmental variables alone with F: \ Python36 \ program can be run in cmd to enter the capital of Python for the job
if coupled F: \ Python36 \ Scripts; Pyhton and enter cmd in the python can be, this still some small = 0 = doubt, hope you have to know you can tell me oh

Guess you like

Origin www.cnblogs.com/pypypy/p/11799055.html