source:
issm/trunk-jpl/externalpackages/distribute/install.sh@
13693
Last change on this file since 13693 was 13693, checked in by , 12 years ago | |
---|---|
|
|
File size: 198 bytes |
Rev | Line | |
---|---|---|
[12135] | 1 | #!/bin/bash |
[13246] | 2 | set -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] | 6 | sudo python distribute_setup.py |
Note:
See TracBrowser
for help on using the repository browser.