Edgewall Software

Changes between Version 239 and Version 240 of TracInstall


Ignore:
Timestamp:
Apr 16, 2008, 4:48:52 AM (16 years ago)
Author:
meitarm@…
Comment:

easy_install for Mac OS X is simple but also requires the —install-dir option.

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v239 v240  
    119119easy_install --prefix=/path/to/installdir
    120120}}}
     121or, if installing Trac to a Mac OS X system:
     122{{{
     123easy_install --prefix=/usr/local --install-dir=/Library/Python/2.5/site-packages
     124}}}
     125
     126The above will place your `tracd` and `trac-admin` commands into `/usr/local/bin` and will install the Trac libraries and dependencies into `/Library/Python/2.5/site-packages`, which is Apple's preferred location for third-party Python application installations.
    121127
    122128== Creating a Project Environment ==