<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>
<br>
</div>It would actually be nice if "pkg_resources" and "setuptools-core"<br>
were available as separate PyPI distributions, and setuptools bundled<br>
them together with easy_install. It's a *long* way down the priority<br>
list thing (and will likely never make it to the top, although it may<br>
be more practical once pip vendors the bits it needs).<br></blockquote><div><br></div><div>the idea to have pip vendor setuptools crumbles a bit due to console scripts needing pkg_resources.</div><div>you're left with 2 poor solutions: 1) rewriting script import lines, or 2) still installing setuptools anyway</div>

<div><br></div><div>so, having a separate pkg_resources is higher up on the list I think for that reason.</div><div>without a separate pkg_resources, I think the "dynamic install of setuptools" idea wins out, or no change at all.</div>

<div><br></div></div>