Home >Backend Development >Python Tutorial >How to install python in win10

How to install python in win10

silencement
silencementOriginal
2019-05-20 18:37:324120browse

How to install python in win10

Today I will introduce to you how to install python under Windows 10 system.

First, log in to the python official website, www.python.org, and download the installation package. Before downloading, you need to determine the operating system of your computer. Mine is 64-bit.

How to install python in win10

Next

How to install python in win10

Select executable installer, which represents an executable file. Then download it. Note that add python

to path is checked, which means adding python to the environment variable.

Verify whether the installation is successful, open the command line, enter python, and press Enter, as follows

How to install python in win10

##See the >>> prompt and no error is reported , indicating that the installation is successful.

The above is the detailed content of How to install python in win10. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn