Install PIP under Windows

Source: Internet
Author: User

A lot of things don't remember to forget.

Installing PIP under Windows is actually quite simple, as seen in some tutorials:

1. Download the latest PIP installation file at the following address: Http://pypi.python.org/pypi/pip#downloads

2. Unzip the installation

3. Download Easy installer for Windows, then install: http://pypi.python.org/pypi/setuptools

4. Installing the Setuptools tool

5. Command-line tool CD switch to the PIP directory, locate the setup.py file, and then enter the Python setup.py install, run it (the reason is to run this step, because the previously installed Setuptools tool, In the future, you can install the Python library, just find the path to the setup.py file, run the above command, it can be installed easily.

6. Add the Python installation path to the environment variable path, for example G:\python2.6\Scripts

7. Complete!

(The above 7-step tutorial from http://blog.chinaunix.net/uid-12014716-id-3859827.html)

But it's not that troublesome, my Python version is 2.7, the steps to install PIP are simple:

1. There is a "Scripts" directory under the Python installation directory, which has a easy_install.exe application, because PIP installation relies on the Setuptools tool, so the command is run after switching to the "Scripts" directory Easy_install Pip

2. You will then be prompted for PIP installation success, and you want to easily use the PIP command to add the scripts directory path to the environment variable path

3. Running PIP will have the following tips ↓↓↓

Install PIP 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.