Edgewall Software

Changes between Initial Version and Version 1 of Ticket #7625, comment 5


Ignore:
Timestamp:
Jan 11, 2014, 4:16:47 PM (10 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7625, comment 5

    initial v1  
    11I had this same problem and I resolved this by creating a .pth file in my system's site-packages directory containing the path to my custom trac site-packages directory:
    22
    3 I created: /usr/lib/python2.5/site-packages/trac.pth , which contains:
    4 
     3I created: `/usr/lib/python2.5/site-packages/trac.pth`, which contains:
     4{{{
    55/opt/trac/lib/python2.5/site-packages
    6 
     6}}}
    77This is the path where I custom installed trac from source.