Ralf Schmitt <sch...@gmail.com> added the comment:

Roumen Petrov <rep...@bugs.python.org> writes:

> Roumen Petrov <bugtr...@roumenpetrov.info> added the comment:
>
> Check for python executable is not complete . What about if system has
> only version 3+ installed ?

The shebang in Parser/asdl_c.py reads '#! /usr/bin/env python'.
That is what the makefile is calling. So unless you want to change the
Makefile too and start calling '@PYTHON@ Parser/asdl_c.py', I think the
check is rather complete.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12225>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to