Edgewall Software

Changes between Version 208 and Version 209 of TracOnWindows


Ignore:
Timestamp:
Dec 3, 2007, 9:28:07 AM (16 years ago)
Author:
osimons
Comment:

Making an instruction more precise as a followup to question. (Now I know why I have seen c:\Python\Scripts\trac\my-project paths…)

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v208 v209  
    163163=== Initialize a new Trac project environment: ===
    164164
    165 First go to the 'Scripts' folder in your Python install directory (e.g. "\Python24\Scripts"), and add the '.py' extension onto the files 'tracd' and 'trac-admin'.  Then, from the same folder (which one please?? the "Scripts" folder, or the "C:\projects\.." one?), type the following at the command line:
    166 
    167 {{{
    168 md trac
    169 \Python24\Scripts\trac-admin.py trac\my-project initenv
     165First go to the 'Scripts' folder in your Python install directory (e.g. "\Python24\Scripts"), and add the '.py' extension onto the files 'tracd' and 'trac-admin' if this is missing.  Then, type the following at the command line:
     166
     167{{{
     168md c:\projects\trac
     169c:\Python24\Scripts\trac-admin.py c:\projects\trac\my-project initenv
    170170}}}
    171171