Upgrading python

Skip Montanaro skip at pobox.com
Wed Jul 30 15:31:38 EDT 2003


    Stephen> I guess that I had in mind a move from 2.2.2 to 2.2.3. What's
    Stephen> the rule for a minor upgrade like this?

I'd actually be more careful there than if I was just installing 2.3.  I'd
uninstall 2.2.2, then install 2.2.3.  I'd also rummage back through the
folders containing third-party stuff (stuff which winds up in site-packages)
and reexecute

    python setup.py clean
    python setup.py install

Skip





More information about the Python-list mailing list