The ultimate tutorial on installing Python and Pip below windows

Source: Internet
Author: User

This article was reproduced from: http://www.cnblogs.com/yuanzm/p/4089856.html

Install python slightly.

In the second step, we install PIP. We also need to download on the official website of Python: https://pypi.python.org/pypi/pip#downloads:

After the download is complete, unzip to a folder, use the CMD console to enter the Extract directory, enter:

Python setup.py Install

Once installed, we enter PIP directly at the command line, which also shows that ' Pip ' is not an internal command or a running program. Because we haven't added environment variables yet.

Following the method of adding environment variables as described earlier, we add the following path at the end:

C:\Python34\Scripts;

By now we are fully installed PIP:

The third step is to install some Python packages, such as the Tornado Web framework:

Here, the entire installation tutorial is complete, Enjoy yourself~

The ultimate tutorial on installing Python and Pip below windows

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.