Win7 Environment installation Python + IDE (vs2010) development

Source: Internet
Author: User

1. Download the python installation file

 Python-2.7.10.msi

Website: https://www.python.org/downloads/release/python-2710/, according to their own environment, choose the appropriate version,

Because of the need to dock with the project, choose 2.7 Version 32-bit installation files, although now there are 3.0 versions.

You can choose the default installation path, all the way to determine the installation, such as my default installation path: C:\Python27

2. Configure Environment Variables

(1) Configure the environment variable, add the following to the value of the path variable in the computer advanced environment variable, and place the location that you just installed

; C:\Python27

Note the preceding semicolon '; ‘

      

(2) test whether the installation is successful

Win + R appears, run the dialog box, and then enter: CMD to bring up the "Command dialog box"

Input: Python, if a python version number appears, the installation succeeds

      

3. Configure the Python development configuration in the VS2010 integrated development environment as follows

(1) Download PTVs 2.1 VS 2010.msi installation files

This is a plugin for vs2010, which can be developed in Python under VS, with the Vasistentx plugin configured in VS, to facilitate development

https://pytools.codeplex.com/releases/view/109707

      

(2) The default way to confirm the installation can

(3) Create a new project in VS for Python development in VS

      

Win7 Environment installation Python + IDE (vs2010) development

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.