[Python3] Download and install python3

[Python3] Download and install python3

1. Background

This blog is suitable for friends who are new to python3.
Python is an interpreted language.

2. Download

The official Python download address is
https://www.python.org/downloads/
as shown Insert picture description here
in Figure 1.
Look for the specified python version in the Looking for a specific release? area. For example, I need to download python 3.6.5;
click Download in Figure 1, Jump to the interface
Insert picture description here
as shown in Figure 2 : As shown in Figure 2, click to select the Files area:
Windows x86-64 executable installer (installed through the executable file package exe)
as shown in Figure 3:
Insert picture description here
As shown in Figure 3, python-3.6.5-amd64 .exe is downloaded and installed, the specific download address:
https://www.python.org/ftp/python/3.6.5/python-3.6.5-amd64.exe

By analogy, the download address of python-3.6.8 is as follows:
https://www.python.org/ftp/python/3.6.8/python-3.6.8-amd64.exe

3. Installation

Double-click the downloaded python-3.6.5-amd64.exe,
click in the order shown in Figure 4 below:
(Note: user-defined install python3.6.5 and add it to the system environment variables) Insert picture description here
Then please user-defined installation path,
here It is "E:\6_TestTemp\depend\install_python3.6.5", you can choose your own installation directory.
As shown in Figure 5:
Insert picture description here
Finally, the user clicks "install" and will wait for the end of the installation!

Guess you like

Origin blog.csdn.net/jn10010537/article/details/114828738