Edgewall Software

Changes between Version 12 and Version 13 of TracDev/DevelopmentEnvironmentSetup


Ignore:
Timestamp:
Dec 30, 2009, 11:47:49 PM (14 years ago)
Author:
anatoly <techtonik@…>
Comment:

windows compatible instructions

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/DevelopmentEnvironmentSetup

    v12 v13  
    4141From the command-line prompt type:
    4242{{{
    43 easy_install virtualenv
     43python -m easy_install virtualenv
    4444}}}
    4545
     
    5050cd trac
    5151source bin/activate
     52}}}
     53or for Windows
     54{{{
     55python -m virtualenv trac
     56cd trac
     57cmd /k Scripts\activate.bat
    5258}}}
    5359