Download install Python, pip, Nose under windows

Source: Internet
Author: User
  • Python
  • Pip
  • Nose
  • Winide

First, Python official: https://www.python.org/downloads/

1. After opening the connection, select the version of Python to be installed and download

2. Double click to download the file, always click Next

3. After installation, enter Control Panel-system and security-system-Advanced system settings-environment variables-edit user variable path:c:\python27;

Note Be sure to add a semicolon, after adding, be sure to click OK

4. Verify that Python is successfully installed, open the console, enter Python, see the content, indicate that the installation was successful, and that you can see the installed version and number of digits

Second, the PIP official: https://pypi.python.org/pypi/pip#downloads

1, open, select the compressed file for download

2, unzip the compressed file into any file, and open the console, into the extracted path (C:\Users\susu\Downloads\pip-9.0.1), input command

3, after the successful execution of the command, you still need to configure the environment variables, edit path, add the path of the PIP installation and add the semicolon C:\Python27\Scripts; After adding, be sure to click OK.

4, verify that PIP is installed successfully, enter the console, enter the PIP list, can see the PIP and version number, prove that the installation is successful

Third, Nose

Download install Python, pip, Nose under windows

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.