Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
How do I manually uninstall setuptools (installed by egg)?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="rdmurray, post: 3696479"] rm -r /usr/lib/python2.5/site-packages/<egg-directory> Then find the .pth file (in the site-packages directory) that references the egg, and delete the line referencing the egg. Setuptools has no uninstall function, as far as I know. --RDM [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
How do I manually uninstall setuptools (installed by egg)?
Top