Edgewall Software

Changes between Version 226 and Version 227 of TracOnWindows


Ignore:
Timestamp:
Jan 28, 2008, 3:39:14 PM (16 years ago)
Author:
WvBraun@…
Comment:

corrected extension in command line environment generation

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindows

    v226 v227  
    219219=== Initialize a new Trac project environment: ===
    220220
    221 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' if this is missing.  Then, type the following at the command line:
     221First go to the 'Scripts' folder in your Python install directory (e.g. "\Python25\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:
    222222
    223223{{{
    224224md c:\projects\trac
    225 c:\Python24\Scripts\trac-admin.py c:\projects\trac\my-project initenv
     225c:\Python25\Scripts\trac-admin.exe c:\projects\trac\my-project initenv
    226226}}}
    227227
     
    237237Path to repository [/path/to/repos]>
    238238
    239 Template directory [C:\Python24\share\trac\templates]>
     239Template directory [C:\Python25\share\trac\templates]>
    240240}}}
    241241