passing an option to the python interpreter

Anssi Saari as at sci.fi
Sun Mar 2 14:40:46 EST 2014


Marko Rauhamaa <marko at pacujo.net> writes:

> Jabba Laci <jabba.laci at gmail.com>:
>
>> I tried this:
>>
>> #!/usr/bin/env python -u
>
> The hash-bang notation is quite rigid; it only accepts a single argument
> ("python") to the command ("/usr/bin/env").
>
> I don't know if there is a simple workaround.

Using the relevant environment variable (PYTHONUNBUFFERED) seems simple
to me.



More information about the Python-list mailing list