Go: How Python installs the PIP and Easy_installer tools

Source: Internet
Author: User
Tags install redis

Original address: http://blog.chinaunix.net/uid-12014716-id-3859827.html

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!


Another: After installing the PIP and Easy_installer tools, it is convenient to install the other Python libraries later

For example:
Easy_install Redis

Or

Pip install Redis (recommended)




Install Easy_install, Pip:

http://heipark.iteye.com/blog/1916758

Go: How Python installs the PIP and Easy_installer tools

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.