[SciPy-user] 1.3.0b1 howto test

Robert Kern robert.kern at gmail.com
Thu Mar 19 14:50:37 EDT 2009


On Thu, Mar 19, 2009 at 13:17, Neal Becker <ndbecker2 at gmail.com> wrote:
> Robert Kern wrote:
>
>> On Thu, Mar 19, 2009 at 12:49, Neal Becker <ndbecker2 at gmail.com> wrote:
>>
>>> I think the easiest way to test numpy without installing into system is
>>> to use virtualenv?  That's what I did.  If this is the best choice, maybe
>>> mention this in the documentation.
>>
>> I build in-place.
>>
>
> Sorry, what does this mean?  How do you test?

$ cd ~/svn/numpy
$ python setup.py build_src --inplace build_ext --inplace
...
$ python -c "import numpy; numpy.test()"

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the SciPy-User mailing list