Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.134 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.74; '*S*': 0.01; 'setup.py': 0.07; 'subject:why': 0.09; 'discussions': 0.15; 'setup.py.': 0.16; 'subject:uninstall': 0.16; 'uninstall': 0.16; 'admin': 0.24; 'question': 0.26; '(e.g.': 0.27; 'routine': 0.29; 'too.': 0.30; 'option': 0.31; 'behind': 0.35; 'to:addr:python-list': 0.35; 'installing': 0.35; 'something': 0.35; "isn't": 0.35; 'but': 0.36; 'being': 0.36; 'there': 0.36; 'quite': 0.37; 'charset:us-ascii': 0.37; 'to:addr:python.org': 0.39; 'received:de': 0.40; 'why': 0.40; 'from:no real name:2**0': 0.61; 'header:Message-Id:1': 0.62; 'subject:there': 0.66; 'received:89': 0.80; 'apt-get': 0.84; 'received:89.146': 0.84; 'dirty': 0.93 Date: Sun, 5 Jul 2015 11:04:10 +0200 From: To: python-list@python.org Subject: understanding why there is no setup.py uninstall X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; i686-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 06 Jul 2015 10:19:13 +0200 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1436170755 news.xs4all.nl 2855 [2001:888:2000:d::a6]:55720 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:93516 This question is not technical. I know that there is no 'uninstall' Option in a setup.py. I know this discussions and workarounds for that problem, too. I want to understand the design concept behind it. Why isn't there no uninstall routine implemented? For me as a user and admin it feels quite dirty when installing something with the setup.py but then not being able to remove it clean like I would do it with packages of my system-package-manager (e.g. with apt-get on a debianized system).