Saturday, June 15, 2013

Windows 7 64bit How-to Install Python Setuptools with easy_install Easy Visual-Guide

The Step-by-Step Guide Show How-to Get Installed and Enabled on Windows 7 x86_64 the Python easy_install Tool contained in Python Setuptools.

 

To the Post Bottom your Find also Link to Article about Installing the Python Pip on Windows.

 

To Make the Entire Process Easier to Visualize and Retain the Article Includes the Basic Screenshots of the Essentials Steps Involved.

 

The Content and Details are Expressly Reduced to Give Focus Only to the Essentials Instructions and Commands and Make Tut more Easy & Digestive;)

Python on Windows
  1. Download Python Setuptools:

    Python Win7-64 Setuptools Installation Script
  2. Right-Click on ez_setup.py

    Select Save Link As...

    Take Care to Save as "All Files" and Add ".py" Extension.

    Python Install Setuptools on Windows 7 64
  3. Open Command Prompt Windows 7 Open Command Prompt
  4. Execute:
    python ez_setup.py
  5. Add Setuptools to the Path:

    C:\<pathToPython>\Scripts

    If You Do Not Know How-to Set the Path on Win7 Look:

    How-to Set the Path on Windows7
  6. Test Setuptools Installation
    1. Open a New Command Prompt

    2. Try to Execute:

      easy_install
  7. Installing Python Pip for Windows 7:

    How-to Install Pip on Windows 7