Helmut Jarausch <[EMAIL PROTECTED]> wrote:
>
>what has to be done for upgrading from Python 2.4 to 2.5?
>
>- How can I find out which packages (in addition to the core packages) have 
>been
>   installed up to now
>- Can I just copy   /usr/local/lib/python2.4/site-packages  to
>                     /usr/local/lib/python2.5 ?

I've started keeping the tarballs for all of the packages I install in a
single directory, along with a shell script to install each of them.  It
makes upgrading much easier.  I do this on both Linux and Windows.
-- 
- Tim Roberts, [EMAIL PROTECTED]
  Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to