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 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

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

'unable to execute cc: No such file or directory' with distutils on Solaris

2009-07-14 Thread Tim Edwards
But I get the same error everytime. Can someone suggest how to change where distutils is looking for the compiler? Thanks Tim Edwards -- http://mail.python.org/mailman/listinfo/python-list