[Distutils] [issue14] Executing "./ez_setup.py" fails.
Zooko O'Whielacronx
setuptools at bugs.python.org
Fri May 30 18:09:18 CEST 2008
New submission from Zooko O'Whielacronx <zooko at zooko.com>:
On my Mac:
$ ./ez_setup.py
bash: ./ez_setup.py: python: bad interpreter: No such file or directory
On Cygwin I get the same sort of error. Replacing the shebang line "#!python"
with "#!/usr/bin/env python" fixes this problem. I've tested this fix on Mac,
Linux, Solaris, Cygwin, and Windows.
----------
messages: 18
nosy: zooko
priority: bug
status: unread
title: Executing "./ez_setup.py" fails.
_______________________________________________
Setuptools tracker <setuptools at bugs.python.org>
<http://bugs.python.org/setuptools/issue14>
_______________________________________________
More information about the Distutils-SIG
mailing list