Changeset 12035
- Timestamp:
- 04/17/12 17:59:46 (13 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/configure.ac
r12031 r12035 37 37 src/Makefile 38 38 src/c/Makefile 39 src/m ex/Makefile40 src/m ex/python/Makefile41 src/m ex/matlab/Makefile39 src/modules/Makefile 40 src/modules/python/Makefile 41 src/modules/matlab/Makefile 42 42 src/m/Makefile 43 43 bin/Makefile]) -
issm/trunk-jpl/etc/environment.sh
r12031 r12035 259 259 #PYTHON 260 260 export PATH="$PYTHON_DIR/bin:$PATH" 261 export PYTHONPATH="$PYTHONPATH:$ISSM_TIER/src/m ex/python"262 export LD_LIBRARY_PATH=$ISSM_TIER/src/m ex/python:$LD_LIBRARY_PATH261 export PYTHONPATH="$PYTHONPATH:$ISSM_TIER/src/modules/python" 262 export LD_LIBRARY_PATH=$ISSM_TIER/src/modules/python:$LD_LIBRARY_PATH 263 263 264 264 #MODELE
Note:
See TracChangeset
for help on using the changeset viewer.