source: issm/trunk-jpl/externalpackages/distribute/install.sh@ 13693

Last change on this file since 13693 was 13693, checked in by Eric.Larour, 12 years ago

CHG: moved UpdateConstraintsx to FemModel method

  • Property svn:executable set to *
File size: 198 bytes
Line 
1#!/bin/bash
2set -eu
3
4#Download from ISSM server
5$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://python-distribute.org/distribute_setup.py' 'distribute_setup.py'
6sudo python distribute_setup.py
Note: See TracBrowser for help on using the repository browser.