Ignore:
Timestamp:
Apr 2, 2015, 3:11:36 PM (10 years ago)
Author:
steve
Message:

Bring svn repo up to date with git repo

File:
1 edited

Legend:

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

    r9718 r9719  
    1010set -e
    1111
    12 
    13 [ -z "$PYTHON_VERSION" ] && PYTHON_VERSION="2.7"
     12PYTHON_VERSION=${PYTHON_VERSION:-"2.7"}
    1413
    1514sudo apt-get update -q
     
    4746########################################################
    4847if [[ "$COVERAGE" == "--coverage" ]]; then
    49     pip install coverage coveralls
     48    sudo pip install coverage coveralls
    5049fi
    5150
Note: See TracChangeset for help on using the changeset viewer.