Win7 64-bit installation of Python Pip and Easy_install

Source: Internet
Author: User
Tags virtualenv install redis

It took two hours to finally get out, said more are tears AH ~ ~ ~

Summarize it.

Step 1 Win7 64 bits are now only ez_setup.py for installation. Download the ez_setup.py first and execute the Python ez_setup.py under command-line cmd to install the setuptools automatically.

Step 2 At this point, the Python installation directory scripts will contain the Easy_install.exe execution file.

Step 3 Now that you have successfully installed Easy_install, you will also need to add the folder where Easy_install is located in the environment variable path. Easy_install.exe is in D:\360Downloads\python\Scripts, so we add this path to path.

Step 4 Check whether the Easy_install is installed. Enter easy_install virtualenv in cmd.

c:\users\administriator>Easy_install virtualenv

Step 5 install PIP.

c:\users\administriator>easy_install Pip

Step 6 use PIP or Easy_install to install additional libraries

such as Pip install Redis or Easy_install Redis.

Win7 64-bit installation of Python Pip and Easy_install

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.