3

I have read that I need to set the PYTHON_EGG_CACHE environment variable, or install the python library as an uncompressed .egg

Which do you suggest?

monk.e.boy
  • 337
  • 3
  • 11

1 Answers1

1

It totally depends on if you want to make the egg available as a generally available library or just for a single (or a handful of applications). Are you talking about a Trac installation? If so, there are also a handful of alternatives to make the egg available per instance:

http://trac.edgewall.org/wiki/TracPlugins

Horst Gutmann
  • 10,910
  • 2
  • 28
  • 31