Python3.7.3 + pycharm installation

Python3.7.3 Download:

  https://www.python.org/

       https://www.python.org/getit/

Pycharm:

  http://www.jetbrains.com/pycharm/download/#section=windows

 

 1. Double-click python-3.7.3.exe, second √ to hook up.

 

2. Click [Next]

 

3. Select the installation path, and [] Install

 

The installation is complete, [] Close Close

 

5. Verify that the installation was successful:

[Win] + [R] - cmd - enter [] in Python dos window, if the version information return, represents a successful installation.

 

Remarks:

If a leak in the first step [Add Python3.7 To Path], you need to manually configure the environment variables.

Right-click on [Computer], select [Property] >>> Select [Advanced System Settings] >>> >>> [senior] [Environment Variables]

In the variable path [], the installation path of Python added: D: \ Python \ the Scripts \; D: \ Python \ 

 

Guess you like

Origin www.cnblogs.com/jszfy/p/11138784.html