Edgewall Software

Changes between Version 19 and Version 20 of TracDev/DevelopmentEnvironmentSetup


Ignore:
Timestamp:
Jan 6, 2010, 9:01:13 AM (14 years ago)
Author:
Ryan Ollos <ryano@…>
Comment:

Adding note about switching to the virtualenv when a new shell is opened

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/DevelopmentEnvironmentSetup

    v19 v20  
    9999
    100100=== Starting trac in development mode ===
     101
    101102From the command-line prompt:
    102103{{{
     
    105106
    106107'''Note''': The -r command puts Trac into refresh mode so your code changes will show up quickly. See also the [TracIni#trac-section auto_reload] trac.ini flag which should be used for the changes in Genshi templates to be picked-up as well.
     108
     109To run tracd or work in the virtual environment, you must switch to the virtual environment each time a new shell is opened.
     110{{{
     111source bin/activate
     112}}}
    107113
    108114=== Web stuff ===