Changeset 13331
- Timestamp:
- 09/11/12 15:32:10 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/ipython/install.sh
r13246 r13331 4 4 #Some cleanup 5 5 rm -rf src 6 rm -rf ipython-0.1 26 rm -rf ipython-0.13 7 7 mkdir src 8 8 9 9 #Download from ISSM server 10 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/ipython-0.1 2.tar.gz' 'ipython-0.12.tar.gz'10 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/ipython-0.13.tar.gz' 'ipython-0.13.tar.gz' 11 11 12 12 #Untar 13 tar -zxvf ipython-0.1 2.tar.gz13 tar -zxvf ipython-0.13.tar.gz 14 14 15 15 #Move ipython into src directory 16 mv ipython-0.1 2/* src17 rm -rf ipython-0.1 216 mv ipython-0.13/* src 17 rm -rf ipython-0.13 18 18 19 19 #install ipython
Note:
See TracChangeset
for help on using the changeset viewer.