Ignore:
Timestamp:
Oct 4, 2016, 4:13:00 PM (9 years ago)
Author:
steve
Message:

Commit svn after a lot of git updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/tools/install_conda.sh

    r9719 r9737  
    8181conda info -a
    8282
    83 ########################################################
    84 if [[ "$COVERAGE" == "--coverage" ]]; then
    85     pip install coverage coveralls
    86 fi
    8783
    88 ########################################################
    89 # build and install anuga
     84#########################################################
     85# Build and install anuga
    9086
    9187python setup.py build
    92 python setup.py install
     88sudo python setup.py install
Note: See TracChangeset for help on using the changeset viewer.