building without the prefix flag works for me as well, just wondering why this doesnt...<br><br>Chris<br><br><div class="gmail_quote">On Mon, Jun 1, 2009 at 4:47 PM, Skipper Seabold <span dir="ltr"><<a href="mailto:jsseabold@gmail.com">jsseabold@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5">On Mon, Jun 1, 2009 at 4:37 PM, Chris Colbert <<a href="mailto:sccolbert@gmail.com">sccolbert@gmail.com</a>> wrote:<br>

> On 64-bit ubuntu 9.04 and Python 2.6, I built numpy from source against<br>
> atlas and lapack (everything 64bit).<br>
><br>
> To install, I used:   sudo python setup.py install --prefix /usr/local<br>
><br>
> but then python doesnt find the numpy module, even though it exists in<br>
> /usr/local/lib/python2.6/site-packages<br>
><br>
><br>
> Do I need to add a .pth file somewhere to tell python about numpy? I thought<br>
> that would be done during the install command<br>
><br>
> Cheers!<br>
><br>
> Chris<br>
><br>
<br>
</div></div>I have two similar setups (kubuntu 64 bit and ubuntu 32 bit though)<br>
and am able to build without the prefix flag and everything seems to<br>
work okay.  Install goes into the dist-packages directory and not the<br>
site-packages.  I'm not sure why though to be honest.<br>
<br>
Skipper<br>
_______________________________________________<br>
Numpy-discussion mailing list<br>
<a href="mailto:Numpy-discussion@scipy.org">Numpy-discussion@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/numpy-discussion" target="_blank">http://mail.scipy.org/mailman/listinfo/numpy-discussion</a><br>
</blockquote></div><br>