Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #93516 > unrolled thread

understanding why there is no setup.py uninstall

Started by<c.buhtz@posteo.jp>
First post2015-07-05 11:04 +0200
Last post2015-07-05 11:04 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  understanding why there is no setup.py uninstall <c.buhtz@posteo.jp> - 2015-07-05 11:04 +0200

#93516 — understanding why there is no setup.py uninstall

From<c.buhtz@posteo.jp>
Date2015-07-05 11:04 +0200
Subjectunderstanding why there is no setup.py uninstall
Message-ID<mailman.313.1436170755.3674.python-list@python.org>
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).

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web