Upgrading question

Carl J. Van Arsdall cvanarsdall at mvista.com
Wed Sep 20 20:18:37 EDT 2006


s99999999s2003 at yahoo.com wrote:
> hi
> just want to get some opinions
> i am working in unix and my Python version is 2.4.1
> I would like to upgrade my version to 2.5 stable. but i have many
> scripts already running using 2.4.1. Can i just install 2.5 onto
> another directory, and then just change every shebang (#! in first
> line) in my script to the new directory? That way, my script will also
> run correectly right?
> thanks
>
>   
Read:  http://docs.python.org/dev/whatsnew/section-other.html about code 
problems

other than that change the link in /usr/bin/python to point to 2.5 
instead of 2.4

-c



-- 

Carl J. Van Arsdall
cvanarsdall at mvista.com
Build and Release
MontaVista Software




More information about the Python-list mailing list