<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Looks like it could, but you would have to give it the version you
    wanted and then pass in the path to the pip or easy_install script. 
    <br>
    <br>
    But, maybe its not needed.  On my system, the .exe files are
    installed with and without the version numbers.  So, I have:<br>
    <tt></tt><br>
    <blockquote><tt>Directory of c:\Python26\Scripts</tt><br>
      <br>
      <tt>02/11/2011  04:07 PM    &lt;DIR&gt;          .</tt><br>
      <tt>02/11/2011  04:07 PM    &lt;DIR&gt;          ..</tt><br>
      <tt>&lt;snip&gt;</tt><br>
      <tt>10/20/2009  06:08 AM               286
        easy_install-2.6-script.py</tt><br>
      <tt>11/22/2010  03:04 PM               355
        easy_install-2.6-script.pyc</tt><br>
      <tt>11/22/2010  03:04 PM               355
        easy_install-2.6-script.pyo</tt><br>
      <tt>10/20/2009  06:08 AM             7,168 easy_install-2.6.exe</tt><br>
      <tt>10/20/2009  06:08 AM               515
        easy_install-2.6.exe.manifest</tt><br>
      <tt>10/20/2009  06:08 AM               278 easy_install-script.py</tt><br>
      <tt>11/22/2010  03:04 PM               347 easy_install-script.pyc</tt><br>
      <tt>11/22/2010  03:04 PM               347 easy_install-script.pyo</tt><br>
      <tt>10/20/2009  06:08 AM             7,168 easy_install.exe</tt><br>
      <tt>10/20/2009  06:08 AM               511
        easy_install.exe.manifest</tt><br>
      <tt>&lt;snip&gt;</tt><br>
      <tt>12/06/2010  03:54 PM               265 pip-2.6-script.py</tt><br>
      <tt>12/06/2010  03:54 PM             7,168 pip-2.6.exe</tt><br>
      <tt>12/06/2010  03:54 PM               522 pip-2.6.exe.manifest</tt><br>
      <tt>12/06/2010  03:54 PM               257 pip-script.py</tt><br>
      <tt>12/06/2010  03:54 PM             7,168 pip.exe</tt><br>
      <tt>12/06/2010  03:54 PM               518 pip.exe.manifest</tt><br>
    </blockquote>
    And similar for my 2.7 install.  So, the following commands should
    work for installing for specific versions of python if the Scripts
    directories are all on your PATH:<br>
    <br>
    easy_install-2.6<br>
    easy_install-2.7<br>
    pip-2.6<br>
    pip-2.7<br>
    <br>
    If that isn't sufficient, maybe you can tell us more about what you
    are trying to do.  The pylauncher docs seemed pretty thorough, is
    there something specific you don't understand?<br>
    <div class="moz-signature">
      <pre>---------------------------------------------
Randy Syring
Development &amp; Executive Director
<a href="https://www.lev12.com/">Level 12 Technologies</a>
Direct: 502-276-0459
Office: 502-212-9913

Principled People, Technology that Works
</pre>
    </div>
    <br>
    On 04/12/2012 11:58 PM, Mark Lawrence wrote:
    <blockquote cite="mid:jm888p$bjh$1@dough.gmane.org" type="cite">Hi
      all,
      <br>
      <br>
      I've tried reading PEP397 and this
      <a class="moz-txt-link-freetext" href="https://bitbucket.org/vinay.sajip/pylauncher/src/tip/Doc/launcher.rst">https://bitbucket.org/vinay.sajip/pylauncher/src/tip/Doc/launcher.rst</a>
      but couldn't get my head around it, so the question is as the
      subject.
      <br>
      <br>
      As an aside, are people aware that there is already a pylauncher
      see <a class="moz-txt-link-freetext" href="http://pylauncher.garage.maemo.org/">http://pylauncher.garage.maemo.org/</a> ?
      <br>
      <br>
    </blockquote>
  </body>
</html>