Install a graphic tutorial on python2.7.8 in Windows,

Source: Internet
Author: User

Install a graphic tutorial on python2.7.8 in Windows,

This article will share with you the installation tutorial of python2.7.8 for your reference. The details are as follows:

1. Go to the python official website to download:Https://www.python.orgClick Download and select windows:

2. After the download is complete, click "run" and click "Next" until "Finish ".

3. After the installation is complete, start the command prompt (shortcut: WIN + R, input: cmd) in the Start Menu> program> attachment)

Prompt:Python is not an internal or external command.

Cause: when running python in Windows, you will find the python. EXE running program in the pathenvironment variable. This error will be reported if it cannot be found.

Solution: Add python to the Path environment variable.

Computer ---> properties ---> advanced ---> environment variable ----> Path ----> Edit

Add the installation path of python to the end. Add a semicolon to separate the installation paths, for example:; C: \ Python27And then click "OK"

Open cmd again, enter python, and display the installed python version;

Enter exit () to exit.

4. This is the python command writing interface. Enter a number to obtain the result, for example:

Now, python is installed in windows.

The above is all the content of this article. I hope you can give us a reference and support the customer's home.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.