<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    On 07.11.2017 23:38, Chris Barker wrote:<br>
    <blockquote type="cite"
cite="mid:CALGmxEJF8hi8WKCeTzu4PU4f6rLSfa_MgWyEonZN03s6vBJbyA@mail.gmail.com">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">
            <div>with ensurepip, having pip no installed in a python is
              getting less common, so maybe this isn't needed anymore,
              but....</div>
          </div>
        </div>
      </div>
    </blockquote>
    pip is problematic in environments that have their own package
    manager (i.e. anything but bare Windows) because it doesn't honor
    its conventions (e.g. if it's a non-default Python installation, all
    its packages must use versioned or otherwise custom names for
    executable modules - see e.g.
<a class="moz-txt-link-freetext" href="https://stackoverflow.com/questions/40718770/pytest-running-with-another-version-of-python">https://stackoverflow.com/questions/40718770/pytest-running-with-another-version-of-python</a>
    for an illustration). That's why it's not installed by default in
    environments where that's a significant problem.<br>
    <pre class="moz-signature" cols="72">-- 
Regards,
Ivan</pre>
  </body>
</html>