Anaconda

From MEG Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Install anaconda

https://docs.continuum.io/anaconda/install

Open your .cshrc file and add the following lines depending on the version you downloaded

set path = (/home/custine/anaconda2/bin $path)

To use a specific version of python say for example Python version 2.7: (In Linux)

conda create -n py27 python=2.7 anaconda

Useful Webpages:

Installing MNE python dependencies

conda install scipy matplotlib scikit-learn mayavi ipython-notebook