[issue12225] current tip doesn't build without mercurial installed

Ralf Schmitt report at bugs.python.org
Wed Jun 1 10:13:17 CEST 2011


Ralf Schmitt <schmir at gmail.com> added the comment:

Roumen Petrov <report at bugs.python.org> writes:

> Roumen Petrov <bugtrack at 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 <report at bugs.python.org>
<http://bugs.python.org/issue12225>
_______________________________________


More information about the Python-bugs-list mailing list