Changeset 12469


Ignore:
Timestamp:
06/19/12 19:03:09 (13 years ago)
Author:
cborstad
Message:

updated install script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/python/install-macosx-snowleopard.sh

    r12243 r12469  
    4040        ln -s Python.framework/Versions/3.2/lib/ lib
    4141fi
     42
     43#Some modifications to be done in case version is 2.7
     44if [[ $version == "2.7.2" ]]; then
     45        cd install/
     46        ln -s Python.framework/Headers include
     47        ln -s Python.framework/Versions/2.7/lib lib
     48fi
Note: See TracChangeset for help on using the changeset viewer.