Python3.8.0 installation (windows)

Operating System: Windows 10 64bit

Python Version: 3.8.0

Download: HTTPS: //www.python.org/downloads/release/python-380/ , select the bottom of the Windows x86-64 executable installer

installation steps:

  1. Double-click the installation file python-3.8.0-amd64.exe
  2. Check below "the Add to the PATH Python 3.8" , and select "Customize installation"

  3. All checked on the Optional Features , click "Next"

  4. Advanced Options check 2/3/4 item , then select the installation path , click on "the Install" , wait for the installation to complete

  5. Successful word page appears , the installation was successful.
  6. Press + R & lt win , enter "cmd" , carriage return , enter "Python" , if below normal echo , is successful.

    image

  7. 在下方光标输入“print(‘Hello World!')回车就算成功输出第一个Python程序了。

链接:https://pan.baidu.com/s/13zJZbjMC8CeYysQ0ahay7w
提取码:migw

Guess you like

Origin www.cnblogs.com/springsnow/p/11879118.html