So I'm confused. I thought Distribute was a rewrite of Setuptools, and Pip was just a command-line front end. So there are really three implementations of package management?
On Wed, Aug 15, 2012 at 7:09 PM, Chris McDonough <[email protected]> wrote: > On 08/15/2012 10:03 PM, Mike Orr wrote: >> >> Mutually exclusive? Does pip include its own support for eggs and >> namespace packages and pkg_resources? > > > You can install both of them into the same interpreter and that's no > problem, but mixing usage of both in that interpreter can lead to bizarre > weirdness, so they are effectively mutually exclusive as runnable things (at > least if you like sanity). > > - C > > > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/pylons-discuss?hl=en. > -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
