Vincent Polite wrote:
Hello all, posting under a new email address. Hope all is well in the Trac universe. I have a question. There are two "vectors" of approach that I would like to discuss.What is the "best way" to put Trac 0.10 and Trac 0.11 on the same machine. It seems that the versions of python and other dependencies are different for both of these versions; obviously the templating engine change is huge. I have a client who wants the PrivateTicketPlugin on one Trac instance but can't live without CustomWorkFlow on the other instance. I've looked a bit through google in an attempt to find a how-to for installing concurrent versions of Trac on a machine and was wondering if someone could point me to the right documentation if such an animal actually exists --- or, if it doesn't exist, maybe a discussion on what would be required.
Look up virtualenv. OS X 10.5 already comes with the major dependencies, so all you should need to install in the virtualenv for 0.11 is Trac and Genshi. Even just `easy_install Trac==0.11b2` should do it.
--Noah
signature.asc
Description: OpenPGP digital signature
