How to uninstall setuptools

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Roger Erens

    How to uninstall setuptools

    On my Ubuntu8.04 box I installed python-all and subsequently setuptools
    for both 2.4 and 2.5 interpreters. To make a clean upgrade to 8.10 I
    need to uninstall setuptools. Any hints for doing that?

    Thanks,

    Roger
  • Diez B. Roggisch

    #2
    Re: How to uninstall setuptools

    Roger Erens wrote:
    On my Ubuntu8.04 box I installed python-all and subsequently setuptools
    for both 2.4 and 2.5 interpreters. To make a clean upgrade to 8.10 I
    need to uninstall setuptools. Any hints for doing that?
    It sounds as if you installed it using debian package management. Then you
    can just deinstall with that (or better yet upgrade).

    If you installed manually, it should suffice to rip
    out /usr/lib/python2.*/site-packages/[setuptools*|eas y-install*]
    and /usr/bin/easy_install*.

    Diez

    Comment

    Working...