Comment 6 for bug 331022

Revision history for this message
Martijn Faassen (faassen) wrote : Re: [Bug 331022] [NEW] a per-framework shared eggs directory

On Wed, Feb 18, 2009 at 3:51 PM, Jim Fulton <email address hidden> wrote:
> I'd be inclined to add a feature that causes the location of the eggs
> directory to depend on the index and find-links option -- possibly by
> using a hash of these.

I think that would work for Grok. Grok relies on the standard pypi
index, and would therefore share eggs with any other application that
uses the pypi index. If another application uses another index, pypi
index eggs would never interfere with these, so Chris should be all
right.