<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Just try pip (not pip2). Sorry for all the mess :(</div><div><br>On Jul 6, 2014, at 7:53 PM, Efraim Rodrigues &lt;<a href="mailto:efraimnaassom@gmail.com">efraimnaassom@gmail.com</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><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&nbsp;<a href="https://pypi.python.org/packages/source/v/virtualenv/">https://pypi.python.org/packages/source/v/virtualenv/</a>&nbsp;so I am followed these steps using the newest version of the virtualen, in this case, I believe that is,&nbsp;<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>&nbsp;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 &nbsp; &nbsp; &nbsp;activate.fish &nbsp; &nbsp; easy_install &nbsp; &nbsp; &nbsp;pip &nbsp; &nbsp; &nbsp;python &nbsp; python2.7</div><div>activate.csh &nbsp;activate_this.py &nbsp;easy_install-2.7 &nbsp;pip-2.7 &nbsp;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'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 'make test', 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 'khmer', 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'm not sure about any<br>
&gt; additional file or module.<br>
<br>
</div>OK, I would suggest running the tests inside of virtualenv. &nbsp;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 'make test'.<br>
<br>
thanks!<br>
<span class="HOEnZb"><font color="#888888">--titus<br>
<br>
</font></span></blockquote></div><br></div>
</div></blockquote></body></html>