source: issm/oecreview/Archive/15392-16133/ISSM-16122-16123.diff

Last change on this file was 16134, checked in by Mathieu Morlighem, 12 years ago

Added Archive/15392-16133

File size: 615 bytes
  • ../trunk-jpl/etc/environment.sh

     
    215215PYTHON_DIR="$ISSM_DIR/externalpackages/python/install"
    216216if [ -d "$PYTHON_DIR" ]; then
    217217        export PYTHONPATH="$PYTHONPATH:$ISSM_DIR/lib"
    218         export PYTHONSTARTUP="$ISSM_DIR/startup.py"
    219218        pathprepend    "$PYTHON_DIR/bin"
     219        libpathprepend "$PYTHON_DIR/lib"
    220220        libpathprepend "$ISSM_DIR/lib"
    221         libpathprepend "$PYTHON_DIR/lib"
    222221fi
    223222
    224223MODELE_DIR="$ISSM_DIR/externalpackages/modelE/install"
Note: See TracBrowser for help on using the repository browser.