on mne install

Hi, all,
I installed a ubuntu system by wubi on my laptop as an alternative system.

The problem is ,

When I try to install the mne ,
the following error happens.
thismoment at ubuntu:~/mne/bin/admin$ ls
config.guess mne_launcher mne_remove_platform
i686-apple-darwin9.6.0 mne_list_coil_def mne_setup_mne
i686-pc-linux-gnu mne_list_versions powerpc-apple-darwin8.11.0
mne_install_packages mne_opengl_test x86_64-unknown-linux-gnu
thismoment at ubuntu:~/mne/bin/admin$ mne_setup_mne
bash: mne_setup_mne: command not found
thismoment at ubuntu:~/mne/bin/admin$ mne_setup_mne
bash: mne_setup_mne: command not found
thismoment at ubuntu:~/mne/bin/admin$ bash
thismoment at ubuntu:~/mne/bin/admin$ mne_install_packages
bash: mne_install_packages: command not found
thismoment at ubuntu:~/mne/bin/admin$ mne_setup_mne

I can not run mne_setup_mne successfully. I can not follow the instruction in appendix C of the manual.

Someone have such experience and overcome it ?

Thanks.

Best,

Junpeng
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20090619/2ac1b83b/attachment.html

You need to run the programs with fully specified path names.

From the look of your command line it seems you put it in your home

directory so replace [yourusername] below and try:

/home/[yourusername]/mne/bin/admin/mne_setup_mne

Justin Ales

2009/6/19 JP. Zhang <jpzhang at nmr.mgh.harvard.edu>

Hi, all,
I installed a ubuntu system by wubi on my laptop as an alternative system.

The problem is ,

When I try to install the mne ,
the following error happens.
thismoment at ubuntu:~/mne/bin/admin$ ls
config.guess mne_launcher mne_remove_platform
i686-apple-darwin9.6.0 mne_list_coil_def mne_setup_mne
i686-pc-linux-gnu mne_list_versions powerpc-apple-darwin8.11.0
mne_install_packages mne_opengl_test x86_64-unknown-linux-gnu
thismoment at ubuntu:~/mne/bin/admin$ mne_setup_mne
bash: mne_setup_mne: command not found
thismoment at ubuntu:~/mne/bin/admin$ mne_setup_mne
bash: mne_setup_mne: command not found
thismoment at ubuntu:~/mne/bin/admin$ bash
thismoment at ubuntu:~/mne/bin/admin$ mne_install_packages
bash: mne_install_packages: command not found
thismoment at ubuntu:~/mne/bin/admin$ mne_setup_mne

I can not run mne_setup_mne successfully. I can not follow the instruction
in appendix C of the manual.

Someone have such experience and overcome it ?

Thanks.

Best,

Junpeng

_______________________________________________
Mne_analysis mailing list
Mne_analysis at nmr.mgh.harvard.edu
Mne_analysis Info Page

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20090623/ab597f85/attachment.html

First, you do not need to run mne_install_packages. Second, the
current directory is not in your path so that you need to say:

./mne_setup_mne

- Matti