Use pipeasy_install to install Python, pip, and easy_install in Windows.

Source: Internet
Author: User

Use pipeasy_install to install Python, pip, and easy_install in Windows.

Install Python

Download the Python installation package

Https://www.python.org/downloads/

Graphical Installation

Select the installation location here to install to D: \ Program Files (x86) \ Python27

Set Environment Variables

Add D: \ Program Files (x86) \ Python27; To PATH "Note format 」

Verify Installation

Install pip

Download pip installation package

Https://pypi.python.org/pypi/pip#downloads

Download and install

Download and decompress the package. Go to the decompressed directory through the CMD terminal. Run the following command to install the SDK. On the folder, right-click shift + to open the command window here 」

Python setup.py install

Set Environment Variables

Add D: \ Program Files (x86) \ Python27 \ Scripts; To PATH "note the format and replace your own python installation directory 」

Verify Installation

Install setuptools

Download the setuptools installation package

Https://pypi.python.org/pypi/setuptools#downloads

Download and install

Download and decompress the package. Go to the decompressed directory through the CMD terminal. On the folder, right-click shift + to open the command window here 」
Use commandspython ez_setup.pyAutomatic Installation

Set Environment Variables

Install pip with the same method as above

Verify Installation

easy_install virtualenv

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.