Edgewall Software

Changes between Version 148 and Version 149 of TracOnWindows


Ignore:
Timestamp:
Feb 21, 2006, 12:56:21 PM (18 years ago)
Author:
tobias
Comment:

removed dazzling "/python" from suggestion of the PYTHONPATH

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v148 v149  
    29529528. Edit httpd.conf:
    296296  Add: (copy this - there's a typo in Edgewall's version)
    297   Edit PYTHONPATH to point to your install of SVN
     297  Edit PYTHONPATH to point to your install of SVN bin
    298298{{{
    299299# TRAC
     
    302302<Location "/cgi-bin/trac.cgi">
    303303  SetEnv TRAC_ENV "c:/svn/trac.db"
    304   SetEnv PYTHONPATH "PATH/TO/SVN/python"
     304  SetEnv PYTHONPATH "PATH/TO/SVN"
    305305  # if you are running Apache as a user other than System, the TMP variable
    306306  # needs to be set to a place where that user can write scratch files.  Make