[Python-Dev] Add python.exe to PATH environment variable (original) (raw)

Tarek Ziadé ziade.tarek at gmail.com
Wed Sep 3 16:11:23 CEST 2008


On Wed, Sep 3, 2008 at 3:46 PM, Paul Moore <p.f.moore at gmail.com> wrote:

PS If anyone knows a good way of writing wrapper scripts on Windows which doesn't suffer from the bat file nesting problem above, please let me (and the rest of the world!) know!

You can use setuptools console scripts, they are added in the Scripts directory by default, but this is optional

see : http://peak.telecommunity.com/DevCenter/setuptools#automatic-script-creation

We write all our wrappers with it and... hum.. add /Scripts to PATH under Windows :D

Tarek -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20080903/b79e4a97/attachment.htm>



More information about the Python-Dev mailing list