Daniel Holth wrote: > Using easy_install to install anything in the system path (requiring > root), for any reason, is not tasteful for me. Perhaps I am using a web > host for which I do not have root. Perhaps I really need my eggs or > anything else under /usr to be tracked in the system's package manager > so that they can be easily deployed across many systems (and then > uninstalled in the same way if they break) with my RPM package > mangement tools. So I want to use per-user install of turbogears almost > exclusively.
See this section of the EasyInstall doc for details on how to do just about every custom installation scheme imaginable: http://peak.telecommunity.com/DevCenter/EasyInstall#custom-installation-locations It sounds like you may have set up something similar to the "Administrator Install" approach, but there are several others available for the different situations you describe, and the info may be useful to you in the future.

