Edgewall Software

Changes between Version 13 and Version 14 of TracOnOsx


Ignore:
Timestamp:
Oct 8, 2004, 2:36:07 AM (20 years ago)
Author:
anonymous
Comment:

Added information about setting PYTHONPATH

Legend:

Unmodified
Added
Removed
Modified
  • TracOnOsx

    v13 v14  
    4747
    4848You should now be all set to install Trac using the TracInstall instructions. Make sure to use
    49 {{{/sw/bin/python2.3}}} when running the {{{setup.py}}} script.
     49{{{/sw/bin/python2.3}}} when running the {{{setup.py}}} script. Most likely, you will also need to add the path to svn-python to your path both when running trac-admin from the command line:
     50
     51{{{
     52export PYTHONPATH=/usr/local/lib/svn-python/
     53}}}
     54
     55and in your apache configuration:
     56
     57{{{
     58<Location "/cgi-bin/trac.cgi">
     59   SetEnv PYTHONPATH "/usr/local/lib/svn-python/"
     60</Location>
     61}}}
    5062
    5163I had some problems getting apples personal web-server (apache 1.3) to run trac.cgi with the correct