Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #93516
| 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 | <c.buhtz@posteo.jp> |
| 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 | <c.buhtz@posteo.jp> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.313.1436170755.3674.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
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. <http://stackoverflow.com/questions/1550226/python-setup-py-uninstall> 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).
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
understanding why there is no setup.py uninstall <c.buhtz@posteo.jp> - 2015-07-05 11:04 +0200
csiph-web