Re: [Numpy-discussion] how to uninstall numpy

2012-08-09 Thread Chris Barker
It depends a bit on how you installed it, but for the most part you should simiply be able to delete the numpy directory in site_packages. -Chris On Thu, Aug 9, 2012 at 1:04 AM, wrote: > Thanks to everybody. > > ___ > NumPy-Discussion mailing list >

Re: [Numpy-discussion] how to uninstall numpy

2012-08-09 Thread x . piter
Thanks to everybody. ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] how to uninstall numpy

2012-08-07 Thread John Mark Agosta
Here's a good article on the vagaries of python paths when installing a new python. Thus you can check exactly how python finds its modules, to assure the new install is working properly: https://www.usenix.org/publications/login/august-2012-volume-37-number-4/import John Mark Agosta jmago...@

Re: [Numpy-discussion] how to uninstall numpy

2012-08-07 Thread Scott Sinclair
On 6 August 2012 20:07, Alex Clark wrote: > On 8/6/12 5:48 AM, Scott Sinclair wrote: >> On 6 August 2012 11:04, Petro wrote: >>> This is a general python question but I will ask it here. To >>> install a new numpy on Debian testing I remove installed version with >>> "aptitude purge python-numpy"

Re: [Numpy-discussion] how to uninstall numpy

2012-08-06 Thread Alex Clark
On 8/6/12 5:48 AM, Scott Sinclair wrote: > On 6 August 2012 11:04, Petro wrote: >> This is a general python question but I will ask it here. To >> install a new numpy on Debian testing I remove installed version with >> "aptitude purge python-numpy" download numpy source code and install >> numpy

Re: [Numpy-discussion] how to uninstall numpy

2012-08-06 Thread Scott Sinclair
On 6 August 2012 11:04, Petro wrote: > This is a general python question but I will ask it here. To > install a new numpy on Debian testing I remove installed version with > "aptitude purge python-numpy" download numpy source code and install > numpy with "sudo python setup.py install". If I want

[Numpy-discussion] how to uninstall numpy

2012-08-06 Thread Petro
Hi list This is a general python question but I will ask it here. To install a new numpy on Debian testing I remove installed version with "aptitude purge python-numpy" download numpy source code and install numpy with "sudo python setup.py install". If I want to remove the installed numpy how do