<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>I would generally recommend using Anaconda. This is a Python
      package that includes the numpy and scipy packages that pymvpa
      needs in order to run properly. You can install it on your
      existing NeuroDebian system.</p>
    <p>You have to install pymvpa outside of Python
      (<a class="moz-txt-link-freetext" href="http://www.pymvpa.org/installation.html">http://www.pymvpa.org/installation.html</a>). I recommend building
      from source, in which case you would use</p>
    <p>    <font color="#000000">brain@neurodebian:~$ git clone
        git://github.com/PyMVPA/PyMVPA.git<br>
            </font><font color="#000000">brain@neurodebian:~$ cd PyMVPA<br>
            </font><font color="#000000">brain@neurodebian:~$ python
        setup.py build_ext <br>
      </font><font color="#000000"><font color="#000000">   
          brain@neurodebian:~$ </font>python setup.py install--prefix
        /path/where/you/want/pymvpa/to/be/built<br>
      </font></p>
    <p><font color="#000000">(note that these suggestions are taken from
        the pymvpa website and you should read the installation directions
        under "Building from Source" for completeness)</font></p>
    <p><font color="#000000">After you do this, and make sure that pymvpa
        is added to your python path, you can python into python and
        import mvpa2.<br>
      </font></p>
    <br>
    <div class="moz-cite-prefix">On 8/11/2016 8:14 PM, Juan Wu wrote:<br>
    </div>
    <blockquote
cite="mid:CAKeKpMNWC0AT7VfSarKridcvqSU9c2NjG-s5_VauY3g0w3O2bw@mail.gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <div dir="ltr">HI List experts,<br>
        <br>
        I attempted to install pyMVPA, but did not install it
        successfully. I use windows 7 - someone suggested me installing
        NeuroDebian virtual box. I did it, however, I am still stuck
        here. Perhaps the problem is that I have not installed python or
        ipython shell? If so, how?<br>
        <br>
        For instance, when I enter ipython,<br>
        <br>
        <font color="#000000">brain@neurodebian:~$ ipython</font><br>
        <font color="#0000ff">bash: ipython: command not found</font><br>
        <br>
        Then I tried to enter python, it looks like that I have
        installed python. 
        <div><font color="#000000"><br>
            brain@neurodebian:~$ python</font><br>
          <font color="#0000ff">Python 2.7.9 (default, Mar 1 2015,
            12:57:24)</font><br>
          <font color="#0000ff">[GCC 4.9.2] on linux2</font><br>
          <br>
          <font color="#0000ff">Type "help", "copyright", "credits" or
            "license" for more information.</font></div>
        <div><font color="#0000ff"><br>
          </font></div>
        <div><font color="#0000ff">But the problem is that I can not run
            the steps below to install pymvpa2.  I am puzzled by this.</font><br>
          <br>
          >>> import pymvpa2<br>
          <font color="#0000ff">Traceback (most recent call last):<br>
            File "<stdin>", line 1, in <module><br>
            ImportError: No module named pymvpa2</font><br>
          <br>
          >>> pymvpa2<br>
          <font color="#0000ff">Traceback (most recent call last):<br>
            File "<stdin>", line 1, in <module><br>
            NameError: name 'pymvpa2' is not defined</font></div>
        <div><br>
        </div>
        <div>Anyone can help? Thanks so much in advance.</div>
        <div>Juan</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Pkg-ExpPsy-PyMVPA mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Pkg-ExpPsy-PyMVPA@lists.alioth.debian.org">Pkg-ExpPsy-PyMVPA@lists.alioth.debian.org</a>
<a class="moz-txt-link-freetext" href="http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-exppsy-pymvpa">http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-exppsy-pymvpa</a></pre>
    </blockquote>
    <br>
  </body>
</html>