[Numpy-discussion] Problem with importing numpy in Ubuntu

Keith Goodman kwgoodman at gmail.com
Tue Jul 27 12:34:24 EDT 2010


On Tue, Jul 27, 2010 at 9:29 AM, Robert Faryabi
<robert.faryabi at gmail.com> wrote:
> I just looked at my system more carefully.
>
> There are two executable files
>
> /usr/local/bin/python
>
> and
>
> /usr/bin/python
> this is a link to python2.6
>
> I believe that the first one is source compiled version. So, how can I get
> rid of it?

I'd start by renaming it:

$ sudo mv python pythonSTOP

And then deleteing it if everything looks good.



More information about the NumPy-Discussion mailing list