Fedora 15 doesn&#39;t have 1.6 out yet. I tried to use the binary release but it seems to be compiled against different libssl/libcrypto&#39;s than what I have on my system... I symlinked them over but it fails to create the virtualenv still:<div>
<br></div><div><div>sontek@beast$  virtualenv -p /home/sontek/Downloads/pypy16/pypy-1.6/bin/pypy /home/sontek/code/pypyenv2</div><div>Running virtualenv with interpreter /home/sontek/Downloads/pypy16/pypy-1.6/bin/pypy</div>
<div>/home/sontek/Downloads/pypy16/pypy-1.6/bin/pypy: /usr/lib64/libssl.so.0.9.8: no version information available (required by /home/sontek/Downloads/pypy16/pypy-1.6/bin/pypy)</div><div>/home/sontek/Downloads/pypy16/pypy-1.6/bin/pypy: /usr/lib64/libcrypto.so.0.9.8: no version information available (required by /home/sontek/Downloads/pypy16/pypy-1.6/bin/pypy)</div>
<div><br></div><div>and then the directory isn&#39;t created.</div><br><div class="gmail_quote">On Wed, Sep 28, 2011 at 5:41 PM, Maciej Fijalkowski <span dir="ltr">&lt;<a href="mailto:fijall@gmail.com">fijall@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><div></div><div class="h5">On Wed, Sep 28, 2011 at 6:02 PM, John Anderson &lt;<a href="mailto:sontek@gmail.com">sontek@gmail.com</a>&gt; wrote:<br>

&gt; I read that this should just work with the latest versions, here is what I&#39;m<br>
&gt; getting:<br>
&gt; sontek@beast$  virtualenv --python=pypy ~/code/pypyenv<br>
&gt; Running virtualenv with interpreter /usr/bin/pypy<br>
&gt; New pypy executable in /home/sontek/code/pypyenv/bin/pypy<br>
&gt; ERROR: The executable /home/sontek/code/pypyenv/bin/pypy is not functioning<br>
&gt; ERROR: It thinks sys.prefix is u&#39;/usr/lib64/pypy-1.5&#39; (should be<br>
&gt; &#39;/home/sontek/code/pypyenv&#39;)<br>
&gt; ERROR: virtualenv is not compatible with this system or executable<br>
&gt; sontek@beast$  pypy --version<br>
&gt; Python 2.7.1 (?, May 02 2011, 19:05:35)<br>
&gt; [PyPy 1.5.0-alpha0 with GCC 4.6.0]<br>
&gt; ~<br>
&gt; sontek@beast$  virtualenv --version<br>
&gt; 1.6.4<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; pypy-dev mailing list<br>
&gt; <a href="mailto:pypy-dev@python.org">pypy-dev@python.org</a><br>
&gt; <a href="http://mail.python.org/mailman/listinfo/pypy-dev" target="_blank">http://mail.python.org/mailman/listinfo/pypy-dev</a><br>
&gt;<br>
&gt;<br>
<br>
1.5 is an old release of PyPy. Try 1.6?<br>
</blockquote></div><br></div>