- Timestamp:
- 09/14/12 10:36:30 (13 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/python/install-2.7.3-linux64.sh
r13369 r13370 4 4 #Some cleanup 5 5 rm -rf install src 6 rm -rf Python-2.7. 26 rm -rf Python-2.7.3 7 7 mkdir install src 8 8 9 9 #Download from ISSM server 10 $ISSM_DIR/scripts/DownloadExternalPackage.py http://issm.jpl.nasa.gov/files/externalpackages/Python-2.7.2.tgz Python-2.7.2.tgz 11 12 #exports 13 export CC 10 $ISSM_DIR/scripts/DownloadExternalPackage.py http://issm.jpl.nasa.gov/files/externalpackages/Python-2.7.3.tgz Python-2.7.3.tgz 14 11 15 12 #Untar and move python into install directory 16 tar -zxvf Python-2.7. 2.tgz17 mv Python-2.7. 2/* src18 rm -rf Python-2.7. 213 tar -zxvf Python-2.7.3.tgz 14 mv Python-2.7.3/* src 15 rm -rf Python-2.7.3 19 16 20 17 #Configure python
Note:
See TracChangeset
for help on using the changeset viewer.