Changeset 11949
- Timestamp:
- 04/05/12 17:24:15 (13 years ago)
- Location:
- issm/trunk-jpl/externalpackages/python
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/python
- Property svn:ignore
-
old new 1 install-* 1 2 install 2 3 src
-
- Property svn:ignore
-
issm/trunk-jpl/externalpackages/python/install.sh
r11944 r11949 2 2 #wget http://python.org/ftp/python/version/Python-version.tgz 3 3 4 #version=3.2.25 version=2.7.24 version=3.2.2 5 #version=2.7.2 6 6 7 7 #Some cleanup … … 27 27 fi 28 28 make install 29 30 #Some modifications to be done in case version is 3.2: 31 if [[ $version == "3.2.2" ]]; then 32 cd install/bin 33 ln -s python3.2 python 34 cd ../ 35 ln -s Python.framework/Versions/3.2/include/python3.2m include 36 ln -s Python.framework/Versions/3.2/lib/ lib 37 38 39 fi
Note:
See TracChangeset
for help on using the changeset viewer.