How to install easy_install on windows ?

Duncan Booth duncan.booth at invalid.invalid
Wed Aug 17 09:15:04 EDT 2011


aspineux <aspineux at gmail.com> wrote:

> in a command prompt run
> C:\Your Python Directory\python.exe  C:\Your Download directory
> \ez_setup.py
> 
> Then use
> 
> C:\Your Python Directory\python.exe C:\Your Python Directory\I dont
> know where the easy_install script will be installed\easy_install.py
> install module_name

Or even just use:

    C:\Your Python Directory\scripts\easy_install install module_name

as easy_install will also add a .exe to your Python's 'scripts' folder.


-- 
Duncan Booth http://kupuguy.blogspot.com



More information about the Python-list mailing list