On Thu, Mar 26, 2015 at 7:21 AM, pineapplehandler <[email protected]> wrote:
> Maybe it doesn't matter. All files in both paths are symlinks to > /usr/share/pyshared/trac > > > On Thursday, March 26, 2015 at 8:57:40 AM UTC-5, pineapplehandler wrote: >> >> On attempting to modify Trac templates I noticed the following >> directories both exist under /usr/lib/: >> >> python2.6/dist-packages/trac/wiki/templates >> python2.7/dist-packages/trac/wiki/templates >> >> How can I identify which branch is active? Or is it possible that some >> plugins are using one version and others are using another? >> > I'm not familiar with how Turnkey Linux is configured, but your Trac process will be run with only one version of Python. You can most easily find the version listed on the /about page. The Python version should be specified in the cgi, fcgi or wsgi script, or in the Apache configuration files. The Apache configuration files are usually located in /etc/apache2, but based on the information you provided in an earlier thread it sounds like they may be in /etc/trac on your system. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
