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