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
RevLine 
[12135]1#!/bin/bash
[13246]2set -eu
[12135]3
[12189]4#Download from ISSM server
5$ISSM_DIR/scripts/DownloadExternalPackage.py 'http://python-distribute.org/distribute_setup.py' 'distribute_setup.py'
[13693]6sudo python distribute_setup.py
Note: See TracBrowser for help on using the repository browser.