On 12/16/05, Max Ischenko <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I have TurboGears-0.8a4 installed and I also have SVN checkout of TG
> trunk. Is it possible to run both of them without tampering each other?
>
> If I run python setup.py develop in TG trunk it will simply override
> current system-wide setup IIUC.

it will override the tg-admin command but install the other in an egg
by it self.

one way to do it is to copy the old tg-admin to tg-admin-stable and
install the svn.
and then in your startscript for your project you can import
pkg_resources and do pkg_resources.require("Turbogears==0.8a5") to
tell it to use the stable version (this is exactly what the tg-admin
script does so you can take a look at that one too)

> Thanks,
> Max // http://max.textdriven.com
>
>


--
cheers
    elvelind grandin

Reply via email to