Hi,
The instructions for compiling numpy on ubuntu seems to be very
outdated. Could anybody provide an updated instruction on installing
numpy? Thanks.
http://docs.scipy.org/doc/numpy/user/install.html
--
Regards,
Peng
___
NumPy-Discussion mailing lis
Hi,
I compile the latest python myself on Ubuntu. In this case, I think
the packages listed on the following webpage does not work with the
python version that I compiled. Am I correct? Thanks.
http://www.scipy.org/install.html
--
Regards,
Peng
___
Num
Hi,
Perl has something like ppm so that I can just use one command to
download and install perl modules. But I don't find such thing in
python. As shown on http://docs.python.org/install/index.html, it
seems that I have to download the packages first unzip it then install
it. I'm wondering if the
On Mon, Sep 28, 2009 at 4:44 PM, Robert Kern wrote:
> On Mon, Sep 28, 2009 at 16:40, Peng Yu wrote:
>> I attached the script that I run for build and the build output. I
>> think that setup.py doesn't use the correct python library. But I'm
>> not sure why. Woul
On Mon, Sep 28, 2009 at 2:53 PM, Robert Kern wrote:
> On Mon, Sep 28, 2009 at 14:31, Peng Yu wrote:
>> I use the following command to build numpy-1.3.0rc2. But it seems not
>> able to find the appropriate library files. Can somebody let me know
>> how to make it
I use the following command to build numpy-1.3.0rc2. But it seems not
able to find the appropriate library files. Can somebody let me know
how to make it use the correct ones?
#command
export LD_LBRARY_PATH=
export CPPFLAGS="-I$HOME/utility/linux/opt/Python-2.6.2/include/python2.6"
export LDFL