Changeset 11949


Ignore:
Timestamp:
04/05/12 17:24:15 (13 years ago)
Author:
Eric.Larour
Message:

Some local patch and mods to Python 3 install

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  
         1install-*
        12install
        23src
  • issm/trunk-jpl/externalpackages/python/install.sh

    r11944 r11949  
    22#wget http://python.org/ftp/python/version/Python-version.tgz
    33
    4 #version=3.2.2
    5 version=2.7.2
     4version=3.2.2
     5#version=2.7.2
    66
    77#Some cleanup
     
    2727fi
    2828make install
     29
     30#Some modifications to be done in case version is 3.2:
     31if [[ $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
     39fi
Note: See TracChangeset for help on using the changeset viewer.