Re: python command running old version

2009-07-18 Thread Aahz
In article , Tim Edwards wrote: > >I upgraded python this morning and entering python from the command >line runs the old version. > >Just looked and it appears the old version is in /usr/bin while the >new one is in /usr/local/bin/ > >Besides changing the path order, how do I ensure it runs the

Re: python command running old version

2009-07-18 Thread Tim Edwards
> You should consult the distro's (i.e. RedHat's) documentation/mailing > list about changing the default python interpreter. In most cases, you > will need to make sure all python-related packages are compatible with > the new python version. In popular distros, there should be a script > that wil

Re: python command running old version

2009-07-18 Thread Lie Ryan
Tim Edwards wrote: >> Which OS? How did you install it? > > Sorry (see I need that coffee) > > Installed on redhat from source You should consult the distro's (i.e. RedHat's) documentation/mailing list about changing the default python interpreter. In most cases, you will need to make sure all p

Re: python command running old version

2009-07-18 Thread Tim Edwards
>> Besides changing the path order, how do I ensure it runs the new >> version? I'm sure I'll bang my head on the desk in shame as soon as >> I'm reminded. > > hash -r Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: python command running old version

2009-07-18 Thread Tim Edwards
> Which OS? How did you install it? Sorry (see I need that coffee) Installed on redhat from source -- http://mail.python.org/mailman/listinfo/python-list

Re: python command running old version

2009-07-18 Thread Christian Heimes
Tim Edwards wrote: > Besides changing the path order, how do I ensure it runs the new > version? I'm sure I'll bang my head on the desk in shame as soon as > I'm reminded. hash -r Christian -- http://mail.python.org/mailman/listinfo/python-list

Re: python command running old version

2009-07-18 Thread Chris Rebert
On Sat, Jul 18, 2009 at 10:25 AM, Tim Edwards wrote: > My brain is running in n00b mode this morning...must find coffee. > > I upgraded python this morning and entering python from the command > line runs the old version. Which OS? How did you install it? Cheers, Chris -- http://blog.rebertia.co

python command running old version

2009-07-18 Thread Tim Edwards
My brain is running in n00b mode this morning...must find coffee. I upgraded python this morning and entering python from the command line runs the old version. Just looked and it appears the old version is in /usr/bin while the new one is in /usr/local/bin/ Besides changing the path order, how