Changeset 9719 for trunk/anuga_core/tools/install_ubuntu.sh
- Timestamp:
- Apr 2, 2015, 3:11:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/tools/install_ubuntu.sh
r9718 r9719 10 10 set -e 11 11 12 13 [ -z "$PYTHON_VERSION" ] && PYTHON_VERSION="2.7" 12 PYTHON_VERSION=${PYTHON_VERSION:-"2.7"} 14 13 15 14 sudo apt-get update -q … … 47 46 ######################################################## 48 47 if [[ "$COVERAGE" == "--coverage" ]]; then 49 pip install coverage coveralls48 sudo pip install coverage coveralls 50 49 fi 51 50
Note: See TracChangeset
for help on using the changeset viewer.