On Friday, 2018-08-17 12:11:32 +0100, Emil Velikov wrote:
> From: Dylan Baker
>
> There are multiple reasons why the python scripts are executed
> explicitly via $PYTHON or equivalent. In random order:
>
> - env is rarely a thing on Windows
> - env can be outside of /usr/bin/
> - the python e
On 17 August 2018 at 18:59, Dylan Baker wrote:
> Quoting Emil Velikov (2018-08-17 04:11:32)
>> From: Dylan Baker
>>
>> There are multiple reasons why the python scripts are executed
>> explicitly via $PYTHON or equivalent. In random order:
>>
>> - env is rarely a thing on Windows
>
> windows doe
Quoting Emil Velikov (2018-08-17 04:11:32)
> From: Dylan Baker
>
> There are multiple reasons why the python scripts are executed
> explicitly via $PYTHON or equivalent. In random order:
>
> - env is rarely a thing on Windows
windows does something completely different based on file extensions
From: Dylan Baker
There are multiple reasons why the python scripts are executed
explicitly via $PYTHON or equivalent. In random order:
- env is rarely a thing on Windows
- env can be outside of /usr/bin/
- the python executable varies across platforms - pythonX.Y, python
- we want to use th