source: codes/icosagcm/devel/Python/test/python.sh @ 672

Last change on this file since 672 was 661, checked in by dubos, 6 years ago

devel/Python : force python to use our libraries

  • Property svn:executable set to *
File size: 273 bytes
Line 
1#!/bin/bash
2# pleae do not move this script as relies on ../.. being DYNAMICO_ROOT
3DYNAMICO_ROOT=$(cd -P $(dirname $0)/../.. ; pwd)
4. $DYNAMICO_ROOT/arch.env
5. $DYNAMICO_ROOT/arch.path
6. $DYNAMICO_ROOT/Python//env/$CURRENT_ARCH.env
7
8LD_PRELOAD=$PYTHON_PRELOAD python -u $*
Note: See TracBrowser for help on using the repository browser.