<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 15 November 2017 at 16:13, Steve Barnes <span dir="ltr"><<a href="mailto:gadgetsteve@live.co.uk" target="_blank">gadgetsteve@live.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  - "pip -X[.Y][-32|-64] operation ..." tries to find a python matching<br>
-X[.Y][-32|-64] and if it succeeds executes "python -m pip operation<br>
..." with that python, (if it doesn't find a matching python is should<br>
fail with a sensible error message and possibly list the valid python<br>
specifiers).<br></blockquote><div><br></div>This is a genuinely interesting option, especially as `pipenv` has already implemented a feature somewhat akin to this: <a href="https://docs.pipenv.org/basics.html#specifying-versions-of-python">https://docs.pipenv.org/basics.html#specifying-versions-of-python</a></div><div class="gmail_quote"><br></div><div class="gmail_quote">`pipenv` also allows `pipenv --two` and `pipenv --three` when setting up your initial virtual environment.</div><div class="gmail_quote"><br></div><div class="gmail_quote">Cheers,</div><div class="gmail_quote">Nick.<br clear="all"></div><br>-- <br><div class="gmail_signature">Nick Coghlan   |   <a href="mailto:ncoghlan@gmail.com" target="_blank">ncoghlan@gmail.com</a>   |   Brisbane, Australia</div>
</div></div>