[SciPy-dev] Trouble with UMFPACK 5.0

Robert Cimrman cimrman3 at ntc.zcu.cz
Thu Dec 7 07:05:51 EST 2006


Nils Wagner wrote:
>> I am puzzled. It might be a 64-bit issue? Could you send me the relevant 
>> part of compilation output?
>>   
> How can I redirect the output of python setup.py install into a file ?

python setup.py install &> out.txt (using bash shell, both standard 
output and atandard error are redirected)
or just
python setup.py install > out.txt (standard output only)
r.




More information about the SciPy-Dev mailing list