________________________________
 From: Eric Firing <[email protected]>
To: Michael Rawlins <[email protected]> 
Cc: "[email protected]" 
<[email protected]> 
Sent: Saturday, February 18, 2012 5:42 PM
Subject: Re: [Matplotlib-users] installed python-scipy causing errors with numpy
 
On 02/18/2012 11:54 AM, Michael Rawlins wrote:
>
>
> The version of numpy I installed last month from source is 1.61. I've
> just found a couple files:
>
> /usr/bin/numpy-1.6.1/doc/release/1.3.0-notes.rst

This looks wrong.  Did you untar the tarball in /usr/bin?  Don't.  Untar 
it in some non-system location, maybe a subdirectory of your home 
directory, and then

cd numpy
python setup.py build
sudo python setup.py install


Thanks. Yes, I did untar numpy.tar in /usr/bin.  Won't do that again. When I 
installed matplotlib I untared that tarball in a subdirectory of my home 
directory.  

Any suggestions for being sure I completely remove all potentially conflicting 
traces of numpy and matplotlib before reinstall? I usually use the locate 
command to find files with those names in them. As you know, the files are most 
often found in just a few directories.

Mike
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Matplotlib-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to