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
>
Thanks to everybody.
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion
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...@
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"
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
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
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