<div dir="ltr">If you could include the exact command (with parameters) that is causing the problem and which directory you run it in that would be useful.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jul 7, 2014 at 12:09 AM, Efraim Rodrigues <span dir="ltr">&lt;<a href="mailto:efraimnaassom@gmail.com" target="_blank">efraimnaassom@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Alright! Awesome! <div><br></div><div>I am sorry guys, I did not see that the newest version was the 1.11.6.</div>

<div><br></div><div>Well, &#39;make test&#39; worked and the result was &#39;OK&#39;. </div><div>
<br></div><div>I&#39;m going back to the initial problem which was <span style="font-family:arial,sans-serif;font-size:12.727272033691406px">error  IOError: [Errno 30] Read-only file system: . I&#39;ll try to run it again and I&#39;ll let you guys know about the result.</span></div>


<div><span style="font-family:arial,sans-serif;font-size:12.727272033691406px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:12.727272033691406px">Thanks one more time and I&#39;m sorry about not getting the newest version.</span></div>


</div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Jul 6, 2014 at 11:01 PM, Michael R. Crusoe <span dir="ltr">&lt;<a href="mailto:mcrusoe@msu.edu" target="_blank">mcrusoe@msu.edu</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The lack of `pip2` when installed this way is fixed in the latest virtualenv release (1.11.6):<div><br>

</div>
<div>```<br><span style="color:rgb(0,0,0)">curl -O <a href="https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.11.6.tar.gz" target="_blank">https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.11.6.tar.gz</a><br>




</span><span style="color:rgb(0,0,0)">tar xzf virtualenv*<br></span><span style="color:rgb(0,0,0)">python2.7 virtualenv*/virtualenv.py khmerEnv<br></span><span style="color:rgb(0,0,0)">source khmerEnv/bin/activate<br></span><span style="color:rgb(0,0,0)">pip2 --version<br>




</span><span style="color:rgb(0,0,0)">```</span></div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div>On Sun, Jul 6, 2014 at 11:11 PM, C. Titus Brown <span dir="ltr">&lt;<a href="mailto:ctb@msu.edu" target="_blank">ctb@msu.edu</a>&gt;</span> wrote:<br>




</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div>On Sun, Jul 06, 2014 at 10:09:20PM -0500, Efraim Rodrigues wrote:<br>
&gt; When I try to run &#39;make test&#39;. It looks like it calls a script which runs<br>
&gt; pip2. I guess I cannot change it.<br>
&gt;<br>
&gt; Oh, do not feel sorry. You guys are willing to help and that&#39;s all that<br>
&gt; matters.<br>
<br>
</div>well, thanks ;)<br>
<br>
You can do:<br>
<br>
        ln &lt;virtualenv&gt;/bin/pip &lt;virtualenv&gt;/bin/pip2<br>
<br>
where you replace &lt;virtualenv&gt; with the path to your virtualenv directory.<br>
<br>
cheers,<br>
--titus<br>
<div><div><br>
&gt; On Sun, Jul 6, 2014 at 10:01 PM, C. Titus Brown &lt;<a href="mailto:ctb@msu.edu" target="_blank">ctb@msu.edu</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; Just try pip (not pip2). Sorry for all the mess :(<br>
&gt; &gt;<br>
&gt; &gt; On Jul 6, 2014, at 7:53 PM, Efraim Rodrigues &lt;<a href="mailto:efraimnaassom@gmail.com" target="_blank">efraimnaassom@gmail.com</a>&gt;<br>
&gt; &gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt; Hi. Thanks for your response.<br>
&gt; &gt;<br>
&gt; &gt; It looks like the we are supposed to choose the version of the virtualenv.<br>
&gt; &gt; I found all the versions here<br>
&gt; &gt; <a href="https://pypi.python.org/packages/source/v/virtualenv/" target="_blank">https://pypi.python.org/packages/source/v/virtualenv/</a> so I am followed<br>
&gt; &gt; these steps using the newest version of the virtualen, in this case, I<br>
&gt; &gt; believe that is,<br>
&gt; &gt; <a href="https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.9.tar.gz" target="_blank">https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.9.tar.gz</a><br>
&gt; &gt;<br>
&gt; &gt; Anyway, I ran all the tests and it still returns the same problem.<br>
&gt; &gt;<br>
&gt; &gt;  make test<br>
&gt; &gt; pip2 install --user nose || pip2 install nose<br>
&gt; &gt; /bin/sh: pip2: command not found<br>
&gt; &gt; /bin/sh: pip2: command not found<br>
&gt; &gt; make: *** [test] Error 127<br>
&gt; &gt;<br>
&gt; &gt; In fact, there is no pip2 inside khmerEnv. I can just see these files:<br>
&gt; &gt;<br>
&gt; &gt; activate      activate.fish     easy_install      pip      python<br>
&gt; &gt; python2.7<br>
&gt; &gt; activate.csh  activate_this.py  easy_install-2.7  pip-2.7  python2<br>
&gt; &gt;<br>
&gt; &gt; Should I try another version of virutalenv or perhaps another similar tool?<br>
&gt; &gt;<br>
&gt; &gt; Thank y&#39;all for trying to help me.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; On Sun, Jul 6, 2014 at 5:25 PM, C. Titus Brown &lt;<a href="mailto:ctb@msu.edu" target="_blank">ctb@msu.edu</a>&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt;&gt; On Sat, Jul 05, 2014 at 03:01:47PM -0500, Efraim Rodrigues wrote:<br>
&gt; &gt;&gt; &gt; Hi everyone,<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; Actually, when I tried to install by running &#39;make test&#39;, it returned<br>
&gt; &gt;&gt; the<br>
&gt; &gt;&gt; &gt; following message:<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; pip2 install --user nose || pip2 install nose<br>
&gt; &gt;&gt; &gt; /bin/sh: pip2: command not found<br>
&gt; &gt;&gt; &gt; /bin/sh: pip2: command not found<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; Even though we have python/2.7 installed, It looks like my system has<br>
&gt; &gt;&gt; &gt; python/2.6 as default. Hence, in order to install &#39;khmer&#39;, I followed<br>
&gt; &gt;&gt; these<br>
&gt; &gt;&gt; &gt; steps:<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; module load python/2.7<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; python setup.py install --user<br>
&gt; &gt;&gt; &gt;<br>
&gt; &gt;&gt; &gt; Apparently, it worked to install it locally, however I&#39;m not sure about<br>
&gt; &gt;&gt; any<br>
&gt; &gt;&gt; &gt; additional file or module.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; OK, I would suggest running the tests inside of virtualenv.  try:<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; curl -O<br>
&gt; &gt;&gt; <a href="https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.x.y.tar.gz" target="_blank">https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.x.y.tar.gz</a><br>
&gt; &gt;&gt; tar xzf virtualenv*<br>
&gt; &gt;&gt; cd virtualenv-*; python2.7 virtualenv.py ../khmerEnv; cd ..<br>
&gt; &gt;&gt; source khmerEnv/bin/activate<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; and then &#39;make test&#39;.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; thanks!<br>
&gt; &gt;&gt; --titus<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;<br>
<br>
</div></div><div>--<br>
C. Titus Brown, <a href="mailto:ctb@msu.edu" target="_blank">ctb@msu.edu</a><br>
<br>
</div></div></div><div><div><div>_______________________________________________<br>
khmer mailing list<br>
<a href="mailto:khmer@lists.idyll.org" target="_blank">khmer@lists.idyll.org</a><br>
<a href="http://lists.idyll.org/listinfo/khmer" target="_blank">http://lists.idyll.org/listinfo/khmer</a><br>
</div></div></div></blockquote></div><span><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><span style="font-family:&#39;courier new&#39;,monospace;font-size:small">Michael R. Crusoe:  Programmer &amp; Bioinformatician   </span><a href="mailto:mcrusoe@msu.edu" style="color:rgb(17,85,204);font-family:&#39;courier new&#39;,monospace;font-size:small" target="_blank">mcrusoe@msu.edu</a><br style="font-family:&#39;courier new&#39;,monospace;font-size:small">




<span style="font-family:&#39;courier new&#39;,monospace;font-size:small"> @ the Genomics, Evolution, and Development lab; Michigan State U</span><br style="font-family:&#39;courier new&#39;,monospace;font-size:small"><a href="http://ged.msu.edu/" style="color:rgb(17,85,204);font-family:&#39;courier new&#39;,monospace;font-size:small" target="_blank">http://ged.msu.edu/</a><span style="font-family:&#39;courier new&#39;,monospace;font-size:small"> </span><a href="http://orcid.org/0000-0002-2961-9670" style="color:rgb(17,85,204);font-family:&#39;courier new&#39;,monospace;font-size:small" target="_blank">http://orcid.org/0000-0002-2961-9670</a><span style="font-family:&#39;courier new&#39;,monospace;font-size:small"> </span><a href="http://twitter.com/biocrusoe" style="color:rgb(17,85,204);font-family:&#39;courier new&#39;,monospace;font-size:small" target="_blank">@biocrusoe</a><br>




</div>
</font></span></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><span style="font-family:&#39;courier new&#39;,monospace;font-size:small">Michael R. Crusoe:  Programmer &amp; Bioinformatician   </span><a href="mailto:mcrusoe@msu.edu" style="color:rgb(17,85,204);font-family:&#39;courier new&#39;,monospace;font-size:small" target="_blank">mcrusoe@msu.edu</a><br style="font-family:&#39;courier new&#39;,monospace;font-size:small">

<span style="font-family:&#39;courier new&#39;,monospace;font-size:small"> @ the Genomics, Evolution, and Development lab; Michigan State U</span><br style="font-family:&#39;courier new&#39;,monospace;font-size:small"><a href="http://ged.msu.edu/" style="color:rgb(17,85,204);font-family:&#39;courier new&#39;,monospace;font-size:small" target="_blank">http://ged.msu.edu/</a><span style="font-family:&#39;courier new&#39;,monospace;font-size:small"> </span><a href="http://orcid.org/0000-0002-2961-9670" style="color:rgb(17,85,204);font-family:&#39;courier new&#39;,monospace;font-size:small" target="_blank">http://orcid.org/0000-0002-2961-9670</a><span style="font-family:&#39;courier new&#39;,monospace;font-size:small"> </span><a href="http://twitter.com/biocrusoe" style="color:rgb(17,85,204);font-family:&#39;courier new&#39;,monospace;font-size:small" target="_blank">@biocrusoe</a><br>

</div>
</div>