<div dir="ltr">Hi. Thanks for your response.<div><br></div><div>It looks like the we are supposed to choose the version of the virtualenv. I found all the versions here <a href="https://pypi.python.org/packages/source/v/virtualenv/">https://pypi.python.org/packages/source/v/virtualenv/</a> so I am followed these steps using the newest version of the virtualen, in this case, I believe that is, <a href="https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.9.tar.gz">https://pypi.python.org/packages/source/v/virtualenv/virtualenv-1.9.tar.gz</a></div>
<div><br></div><div>Anyway, I ran all the tests and it still returns the same problem.</div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div> make test</div></div><div><div>pip2 install --user nose || pip2 install nose</div>
</div><div><div>/bin/sh: pip2: command not found</div></div><div><div>/bin/sh: pip2: command not found</div></div><div><div>make: *** [test] Error 127</div></div><div><br></div></blockquote>In fact, there is no pip2 inside khmerEnv. I can just see these files:<div>
<br></div><div><div>activate      activate.fish     easy_install      pip      python   python2.7</div><div>activate.csh  activate_this.py  easy_install-2.7  pip-2.7  python2</div></div><div><br></div><div>Should I try another version of virutalenv or perhaps another similar tool?</div>
<div><br></div><div>Thank y&#39;all for trying to help me.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Jul 6, 2014 at 5:25 PM, C. Titus Brown <span dir="ltr">&lt;<a href="mailto:ctb@msu.edu" target="_blank">ctb@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 class="">On Sat, Jul 05, 2014 at 03:01:47PM -0500, Efraim Rodrigues wrote:<br>
&gt; Hi everyone,<br>
&gt;<br>
&gt; Actually, when I tried to install by running &#39;make test&#39;, it returned the<br>
&gt; following message:<br>
&gt;<br>
&gt; pip2 install --user nose || pip2 install nose<br>
&gt; /bin/sh: pip2: command not found<br>
&gt; /bin/sh: pip2: command not found<br>
&gt;<br>
&gt;<br>
&gt; Even though we have python/2.7 installed, It looks like my system has<br>
&gt; python/2.6 as default. Hence, in order to install &#39;khmer&#39;, I followed these<br>
&gt; steps:<br>
&gt;<br>
&gt; module load python/2.7<br>
&gt;<br>
&gt; python setup.py install --user<br>
&gt;<br>
&gt; Apparently, it worked to install it locally, however I&#39;m not sure about any<br>
&gt; additional file or module.<br>
<br>
</div>OK, I would suggest running the tests inside of virtualenv.  try:<br>
<br>
curl -O <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>
tar xzf virtualenv*<br>
cd virtualenv-*; python2.7 virtualenv.py ../khmerEnv; cd ..<br>
source khmerEnv/bin/activate<br>
<br>
and then &#39;make test&#39;.<br>
<br>
thanks!<br>
<span class="HOEnZb"><font color="#888888">--titus<br>
<br>
</font></span></blockquote></div><br></div>