> Essentially I'm wondering how to best implement the equivalent of > $PATH for KamaeliaComponents. > I think this is perfectly satisfied by virtualenv, which generates a setup.pth file. This path file can be checked in and used as part of a project.
easy_install modifies the setup.pth file in /your/python/site-packages, while virtualenv creates local setup.pth files which can extend the global file. A "make install" command could roll it out into a "work" directory where Kamaelia tests are placed. This isn't considered magic, because it is a well-known and used convention for isolated test environments. Hope this helps, Gloria --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "kamaelia" 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/kamaelia?hl=en -~----------~----~----~----~------~----~------~--~---
