Ralf Schmitt <[email protected]> added the comment: Roumen Petrov <[email protected]> writes:
> Roumen Petrov <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue12225> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
