Tutorial on installing python3 under Windows

Reference: https://blog.csdn.net/kailingr/article/details/128193083
1. Illustration of installation steps
Preparation work:

Go to the official website https://www.python.org/ to download the Python installation package. Note: Python 3.9+ cannot be used on Windows 7 or earlier versions
Insert image description here
. Installation:

1. After downloading, double-click the file, and the following box will pop up. Check the last item Add python.exe to PATH, add python to the environment variable PATH, and then select Customize installation.

Insert image description here2. Click Next
Insert image description here3. Check Install Python 3.11 for all users and Download debugging symbols, customize the installation path, here I choose the D drive
Insert image description here
4. Click Install to start the installation
Insert image description here
5. The installation is complete, click Close
Insert image description here
2. Verify whether it is successful
1 .win + R Enter cmd to open the console
Insert image description here
2. Enter python and press Enter. The following version information appears to prove successful installation.
Insert image description here

Guess you like

Origin blog.csdn.net/qq_21237549/article/details/131971760