mne 2.6 - mne_analyze problem

Hello folks -

I'm having difficulty launching mne_analyze. When I try, I get the
following error:

shadyacres:~ eliezerk$ /Users/eliezerk/Public/mne_folder/mne-2.6/mne/
bin/mne/mne_analyze
dyld: Library not loaded: /homes/6/msh/src/plotutils-2.4.1/lib/i686-
apple-darwin9.2.2/libplot.2.dylib
  Referenced from: /Users/eliezerk/Public/mne_folder/mne-2.6/mne/bin/
mne/i686-apple-darwin/mne_analyze
  Reason: image not found
Trace/BPT trap

I'm not sure why it would try to find something in the /homes/...
directory, which doesn't exist on my machine. Any assistance would be
appreciated. Thanks -

Eliezer Kanal

Never mind; I found the problem. For posterity, if someone receives
this error, make sure that you've changed the following in your shell
login script to point to the new location of your mne folder:
* the full path the mne_setup_analysis_sh (or csh) script
* the path stored in the shell variables MNE_ROOT and MATLAB_ROOT

Eliezer

One last note... you also want to update the path in your $PATH
variable to that of the new software.

Eliezer

Provided that you have run $MNE_ROOT/bin/admin/mne_setup_mne and
sourced the mne_setup_analysis_sh or mne_setup_analysis_csh everything
should work. You should not set MNE_ROOT or PATH to include MNE
directories in your shell login scripts. This is taken care of by
mne_setup_analysis_sh or mne_setup_analysis_csh.

- Matti