W liście kumar z dnia poniedziałek 27 lipca 2009: > Can anyone can help me where I should edit and put the path so that I > can install the egg in the particular directory I want.
Either use virtualenv, or, when installing the egg, use: easy_install --prefix=/some/path MyPackage.egg You'd probably also want to adjust PYTHONPATH environment variable (see: http://docs.python.org/tutorial/modules.html) -- Paweł Stradomski --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
