Changes between Version 4 and Version 5 of InstallWindowsSvn


Ignore:
Timestamp:
Jan 29, 2013, 4:12:05 PM (12 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallWindowsSvn

    v4 v5  
    3737This is done via the {{{PYTHONPATH}}} environment variable.
    3838
     39For instance, if your {{{anuga_core}}} directory was located at
     40
     41{{{
     42C:\Users\Steve\anuga_core
     43}}}
     44then you should add
     45{{{
     46C:\Users\Steve\anuga_core\source
     47}}}
     48to your {{{PYTHONPATH}}}
     49
     50Environment variables are accessed via {{{control panel -> advanced system settings -> Environment Variables}}} abnd then add a new Environment variable {{{PYTHONPATH}}} with value {{{C:\Users\Steve\anuga_core\source}}} (or what ever is appropriate for your installation)
     51
    3952
    4053=== Compile ANUGA Code ===