Ignore:
Timestamp:
01/19/18 23:33:00 (6 years ago)
Author:
dubos
Message:

devel/Python : force python to use our libraries

Location:
codes/icosagcm/devel/Python/test
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • codes/icosagcm/devel/Python/test/python.sh

    r617 r661  
    33DYNAMICO_ROOT=$(cd -P $(dirname $0)/../.. ; pwd) 
    44. $DYNAMICO_ROOT/arch.env 
     5. $DYNAMICO_ROOT/arch.path 
    56. $DYNAMICO_ROOT/Python//env/$CURRENT_ARCH.env 
    67 
    7 python -u $* 
     8LD_PRELOAD=$PYTHON_PRELOAD python -u $* 
Note: See TracChangeset for help on using the changeset viewer.