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