Changeset 13189


Ignore:
Timestamp:
08/30/12 09:03:24 (13 years ago)
Author:
Mathieu Morlighem
Message:

CHG: python modules are now in lib/

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

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

    r13161 r13189  
    201201PYTHON_DIR="$ISSM_DIR/externalpackages/python/install"
    202202if [ -d "$PYTHON_DIR" ]; then
    203         export PYTHONPATH="$PYTHONPATH:$ISSM_DIR/src/modules/python"
     203        export PYTHONPATH="$PYTHONPATH:$ISSM_DIR/lib"
    204204        export PYTHONSTARTUP="$ISSM_DIR/startup.py"
    205205        pathprepend    "$PYTHON_DIR/bin"
    206         libpathprepend "$ISSM_DIR/src/modules/python"
     206        libpathprepend "$ISSM_DIR/lib"
    207207        libpathprepend "$PYTHON_DIR/lib"
    208208fi
  • issm/trunk-jpl/startup.py

    r12786 r13189  
    4343                                #__import__(file)
    4444                               
    45 sys.path.append(ISSM_DIR + '/src/modules/python')
     45sys.path.append(ISSM_DIR + '/lib')
    4646
    4747#Deal with scipy import:
Note: See TracChangeset for help on using the changeset viewer.