On Tue, Jul 27, 2010 at 9:29 AM, Robert Faryabi <[email protected]> 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. _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
