[docs] [issue16236] Doc/Makefile should have $PYTHON=python2

Ned Deily report at bugs.python.org
Mon Oct 15 04:42:38 CEST 2012


Ned Deily added the comment:

The patch should not unconditionally use `python2` since many distributions do not yet install a `python2` link to the interpreter nor is there one when running python2.7 from a build directory.  The Makefile could conditionally try `python2` and then fall back to `python`.

----------
nosy: +ned.deily
versions: +Python 2.7 -Python 3.1, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16236>
_______________________________________


More information about the docs mailing list