is there a standard way to "install" egg-files under windows ?
Duncan Booth
duncan.booth at invalid.invalid
Wed May 30 15:21:47 EDT 2007
"Diez B. Roggisch" <deets at nospam.web.de> wrote:
> setuptools - which you install using the ez_setup.py - will install a
> script called easy_install. Under unix, this is installed in /usr/bin,
> I'm not sure where it is installed under windows - go use a search.
It puts easy_install.exe (and variations on it) in C:\Python25\Scripts
(replace C:\Python25 with the path to your python installation).
More information about the Python-list
mailing list