Changes between Version 15 and Version 16 of InstallUbuntuSvn


Ignore:
Timestamp:
Jan 11, 2012, 7:22:17 AM (12 years ago)
Author:
steve
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallUbuntuSvn

    v15 v16  
    1919
    2020{{{
    21 svn checkout !https://anuga.anu.edu.au/svn/trunk/anuga/anuga_core anuga_core
     21svn checkout https://anuga.anu.edu.au/svn/anuga/trunk/anuga_core anuga_core
    2222}}}
    2323
    24 Should produce an anuga_core directory in your home directory
     24This should produce an anuga_core directory in your home directory
    2525
    2626=== Setup PYTHONPATH ===
     
    2929
    3030{{{
    31 export PYTHONPATH=/home/steve/anuga_core/source
     31export PYTHONPATH=/home/username/anuga_core/source
    3232}}}
    3333
    34 (of course change /home/steve to your home directory. )
     34(of course change /home/username to your home directory. )
    3535
    3636Should rerun your .bashrc file with
     
    5858== Conclusion ==
    5959
    60 Hopefully all the unit tests pass. As this is bleeding edge there are sometimes a small number of failures as this is a work in progress.
     60Hopefully all the unit tests pass. As this is bleeding edge there are sometimes a small number of failures as this is a work in progress. Have a look at the demos in the directory anuga_core/documentation/user_manual/demos (along with the user manual) to see how to use anuga.