Command Line Inputs from Windows

Mark Lawrence breamoreboy at yahoo.co.uk
Sat Jan 3 02:51:29 EST 2015


On 02/01/2015 21:29, Chris Angelico wrote:
> On Sat, Jan 3, 2015 at 6:44 AM, Ken Stewart <gordon_ken_stewart at msn.com> wrote:
>> This works:
>
> I may have some details wrong, and it's likely to be a little
> different on Win7, but poke around and look for a missing %*. Or,
> better still, make sure you have the py.exe launcher; then you can
> have Python scripts request a specific interpreter using a PEP 397
> compliant shebang, which will also work nicely on Unix systems.
>

The launcher has been included since 3.3 
https://docs.python.org/3/whatsnew/3.3.html#pep-397-python-launcher-for-windows

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence




More information about the Python-list mailing list