I just installed MNE suite on linux PC and works well with command.
But when I launch GUI software such as mne_browse_raw and mne_analyse,
the windows look weired. I took screen shots of the windows, the link
of which is as follows:
You have not set up the MNE user environment correctly and as a result the GUI settings files are not found. Please consult the MNE Manual section 2.4.
Yes, I just helped a coworker with this same issue two days ago. Turned out
in their .bashrc they were just running '$MNE_ROOT/bin/mne_setup_sh'
instead of 'source $MNE_ROOT/bin/mne_setup_sh' -- the "source"ing of this
setup script is critical, as it maintains the environment variables set by
'mne_setup_sh' across the terminal session, instead of just having them
during the execution of .bashrc.
Thank you for additional advice. When adding to .bashrc, I get
messages from the script every time I open a terminal. So I added the
sentence '. $MNE_ROOT/bin/mne_setup_sh' to .bash_profile, not .bashrc.
I have no problem as for now. I'll try your suggestion when in
trouble.