Changeset 12898


Ignore:
Timestamp:
08/03/12 16:39:15 (13 years ago)
Author:
Eric.Larour
Message:

BUG: added tcl and tk in the LD_LIBRARY_PATH, so that Python Matplotlib finds it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/etc/environment.sh

    r12795 r12898  
    278278export LD_RUN_PATH="$LD_RUN_PATH:$TCLX_DIR"
    279279
     280#TCL/TK
     281export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib"
     282export LD_RUN_PATH="$LD_RUN_PATH:/usr/local/lib"
    280283
    281284#ASPELL
Note: See TracChangeset for help on using the changeset viewer.