Changeset 1261 for trunk


Ignore:
Timestamp:
Dec 20, 2008 9:37:48 PM (15 years ago)
Author:
dkearney
Message:

adding OCTAVE_LOADPATH to the list of environment variables because octave
3.0.1 and 3.0.2? have suffer fro mthe bug reported here:
http://www.nabble.com/OCTAVE_PATH-is-ignored-td19650713.html

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/apps/rappture.env.in

    r1191 r1261  
    2929MATLABPATH=$RAPPTURE_INSTALL_DIR/lib/matlab:$MATLABPATH
    3030OCTAVE_PATH=:$RAPPTURE_INSTALL_DIR/lib/octave:$OCTAVE_PATH
     31OCTAVE_LOADPATH=:$RAPPTURE_INSTALL_DIR/lib/octave:$OCTAVE_LOADPATH
    3132PERL5LIB=$RAPPTURE_INSTALL_DIR/lib/perl:$PERL5LIB
    3233RUBYLIB=$RAPPTURE_INSTALL_DIR/lib/ruby:$RUBYLIB
     
    3435TK_LIBRARY=$RAPPTURE_INSTALL_DIR/lib/tk8.4:$TK_LIBRARY
    3536
    36 export MATLABPATH OCTAVE_PATH PERL5LIB RUBYLIB TCL_LIBRARY TK_LIBRARY
     37export MATLABPATH OCTAVE_PATH OCTAVE_LOADPATH
     38export PERL5LIB RUBYLIB TCL_LIBRARY TK_LIBRARY
    3739
    3840# This is done specifically for python right now.
Note: See TracChangeset for help on using the changeset viewer.