Re: Question about Python upgrade on linux

2010-07-15 Thread Jeff McNeil
On Jul 15, 11:54 am, guandalino wrote: > Hi, suppose I have python 2.6.4 installed from source and I want to > upgrade to 2.6.5. Python standard library is automatically upgraded at > 2.6.5 as well, while 3rd party pure Python and extension modules in > site-packages don't. Is it safe to keep the

Question about Python upgrade on linux

2010-07-15 Thread guandalino
Hi, suppose I have python 2.6.4 installed from source and I want to upgrade to 2.6.5. Python standard library is automatically upgraded at 2.6.5 as well, while 3rd party pure Python and extension modules in site-packages don't. Is it safe to keep the old site-packages or is it suggested to reinstal