<div dir="ltr"><div class="gmail_extra">On 2 May 2013 18:29, Vinay Sajip <span dir="ltr"><<a href="mailto:vinay_sajip@yahoo.co.uk" target="_blank">vinay_sajip@yahoo.co.uk</a>></span> wrote:<br><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":414">If you do all your package installs into venvs, then isn't "distil -e venvdir install foo" enough? You don't need to activate the venv, just tell distil which venv<br>

to install into via the -e.<br>
<div class="im"></div></div></blockquote><div><br></div><div style>It's not that -e is insufficient, rather that *forgetting* the -e doesn't fail, but rather does the wrong thing silently (and has an unintended "global" impact). If distil used the "active" Python by default (which it does on Unix) then this wouldn't concern me so much. But it is a small point, I'd admit.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":414">I have implemented path searching in the launcher, but it's currently disabled. I can re-enable it (such that the path is only searched if the PYLAUNCH_SEARCHPATH environment variable is set) and create a new release of the standalone launcher - are you willing to be a guinea pig for this functionality?</div>
</blockquote></div><br>What I would like is for #!/usr/bin/env python to be treated specially as a path search (it's the only case on Unix that does a path search after all), with a fallback of using the default python (like #!python) if there is no python on $PATH. That completely replicates the Unix behaviour (i.e., the author's intention, I would assume). I would argue that this does not need to be conditionally enabled, but given that it deviates from the PEP I can live with the requirement. Although I'd prefer it if the override was via the ini file rather than being via an environment variable.</div>
<div class="gmail_extra"><br></div><div class="gmail_extra" style>Oh, and can I have a pony? :-)</div><div class="gmail_extra" style><br></div><div class="gmail_extra" style>Seriously, I'd be happy to test this.</div>
<div class="gmail_extra" style><br></div><div class="gmail_extra" style>Paul</div></div>