Re: [Numpy-discussion] python import question

2012-05-19 Thread Chao YUE
I forgot whether I installed numpy 1.5.1 by esay_install or manually. But anyway, I had the same issue with you that I cannot use pip uninstall numpy to remove 1.5.1. chao 2012/5/19 Tim Cera > > > On Fri, May 18, 2012 at 5:49 PM, Chao YUE wrote: > >> Previously I have installed numpy 1.5.1. an

Re: [Numpy-discussion] python import question

2012-05-18 Thread Tim Cera
On Fri, May 18, 2012 at 5:49 PM, Chao YUE wrote: > Previously I have installed numpy 1.5.1. and then I used pip install > --upgrade numpy > to install numpy 1.6.1 > Why was the old 1.5.1 installation in /usr/lib/pymodules/python2.7? I have in the past used 'pip uninstall package' a couple of ti

Re: [Numpy-discussion] python import question

2012-05-18 Thread Benjamin Root
On Friday, May 18, 2012, Chao YUE wrote: > Dear all, > > This is only a small python import question. I think I'm right but just > want some confirmation. > > Previously I have installed numpy 1.5.1. and then I used pip install > --upgrade numpy > to install numpy 1.6.1 > > But when I try to impor

[Numpy-discussion] python import question

2012-05-18 Thread Chao YUE
Dear all, This is only a small python import question. I think I'm right but just want some confirmation. Previously I have installed numpy 1.5.1. and then I used pip install --upgrade numpy to install numpy 1.6.1 But when I try to import numpy as np within ipython shell, I still get the version