<p dir="ltr">On Feb 20, 2015 7:46 AM, "loial" <<a href="mailto:jldunn2000@gmail.com">jldunn2000@gmail.com</a>> wrote:<br>
><br>
> On Linux we use<br>
> #!/usr/bin/env python<br>
><br>
> At the start of scripts to ensure that the python executable used is the one defined in the PATH variable, rather than hardcoding a path to the python executable.<br>
><br>
> What is the equivalent functionality in Windows?</p>
<p dir="ltr"><a href="https://docs.python.org/3/using/windows.html#launcher">https://docs.python.org/3/using/windows.html#launcher</a></p>
<p dir="ltr">Note that while the launcher can be used with any version of Python, it is only packaged with 3.3+.</p>