Windows system, set up environment variables and configuration of the operating environment python3

tags: python

1) downloading the installation package python

Go to URLhttps://www.python.org/downloads/Check which version specific installation, look at your specific needs


Bloggers love has always been the highest version and install the latest version, so chose python3.6.5

Enter ... into the download page, and finally turn to face


Blogger download windows 64 bit installation package.

2) install the downloaded installation package python


At the installation screen, select the add python 3.6 to PATH environment variable configuration can not, if you do not need to check the environmental variable configuration.

3) Configure the system environment variable to the python, the python installation path environment variable to configure

Installation path red box


Control Panel -> System Security -> System -> Advanced System Settings -> Environment Variables



System environment variables

Create a new environment variable PYTHON_HOME


The environment variables into the Path% PATH_HOME%



Or directly into the python installation path


Enter OK.

4) Test python is installed successfully, cmd to open a command line, type the command python


These results appear python successful installation instructions.

5) Test Examples, the input print ( 'hello world')


Description python runtime environment to build success.



Intelligent Recommendation

Install php configuration environment variables on Windows system

Introduction Platform: Windows 10 Purpose: install and configure php download Download php Official address:https://windows.php.net/download#php-7.4 Download dependencies Visual C ++ Redistributable. ...

Configuration of Windows environment variables

Configuration of Windows environment variables Open My Computer -> Properties Advanced system settings -> environment variables Configure the following two environment variables: i. Newly added ...

windows configuration environment variables

table of Contents Explanation step gif demo   Explanation Configuring environment variables is to give a directory to the system so that it can find all the files in the directory I configured at...

On the Windows system environment variables

  Environment variables (environment variables) generally refers to the operating systemSome parameter to specify the operating system environment, such as: temporary folderLocation and System Fo...

Windows system environment variables

When adding a path, the following single-line display appears. You do not need to add a semicolon to fill in the path at the end. The system will not recognize it. Just add at the beginning C:\Windows...

More Recommendation

Windows system configuration Golang operating environment and vscode development environment

1. Download and install golang download link:https://golang.google.cn/dl/ After the installation process is very simple, if the development directory is not in the go installation directory, you need ...

(Turn) [PYthon] Python2 and python3 configuration environment variables coexist under windows

Transfer from: https://www.jianshu.com/p/31a640607f8c   Configure environment variables for python3       Modify some python names     note: The python environment instal...

Windows system variables and environment variables

Difference of user variables and system variables Reprinted from: https://www.cnblogs.com/xinxianquan/p/10663756.html 1. When the software is configured, it is a copy, and there is no specific thinkin...

Configuration steps of JDK environment variables for Windows and Linux operating systems

Windows operating system The first step: first check the digits of your computer. Right click on my computer —> click on properties, you can see the number of bits in your computer. Step 2: G...

Windows system configuration PHP environment variables (PhpStudy integrated environment)

Open the system's [Advanced System Settings] and click [Environment Variables]. Select [Path] in [System Variables] and click Edit. Click [New], fill in the directory where the current PHP version php...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top