[Python-ideas] Migration of /usr/bin/python to python3

Paul Moore p.f.moore at gmail.com
Thu Mar 12 22:33:35 CET 2015


On 12 March 2015 at 20:49,  <random832 at fastmail.us> wrote:
> Though, speaking of the posix shell script exec issue, and to wrench
> things back on topic... what about allowing python scripts to start with
> the line "exec python [options...] $0", a line which will be ignored by
> the python interpreter?

Can't you use the -x option (skip first line of source) for that?
Paul


More information about the Python-ideas mailing list