Changeset 9737 for trunk/anuga_core/tools/install_conda.sh
- Timestamp:
- Oct 4, 2016, 4:13:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/tools/install_conda.sh
r9719 r9737 81 81 conda info -a 82 82 83 ########################################################84 if [[ "$COVERAGE" == "--coverage" ]]; then85 pip install coverage coveralls86 fi87 83 88 ######################################################## 89 # build and install anuga84 ######################################################### 85 # Build and install anuga 90 86 91 87 python setup.py build 92 python setup.py install 88 sudo python setup.py install
Note: See TracChangeset
for help on using the changeset viewer.