Changeset 15921
- Timestamp:
- 08/24/13 20:31:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/ipython/install.sh
r13331 r15921 4 4 #Some cleanup 5 5 rm -rf src 6 rm -rf ipython- 0.136 rm -rf ipython-1.0.0 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.13.tar.gz' 'ipython-0.13.tar.gz'10 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/ipython-1.0.0.tar.gz' 'ipython-1.0.0.tar.gz' 11 11 12 12 #Untar 13 tar -zxvf ipython- 0.13.tar.gz13 tar -zxvf ipython-1.0.0.tar.gz 14 14 15 15 #Move ipython into src directory 16 mv ipython- 0.13/* src17 rm -rf ipython- 0.1316 mv ipython-1.0.0/* src 17 rm -rf ipython-1.0.0 18 18 19 19 #install ipython
Note:
See TracChangeset
for help on using the changeset viewer.