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


Groups > comp.lang.python > #93521

Re: understanding why there is no setup.py uninstall

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: understanding why there is no setup.py uninstall
Date 2015-07-06 09:33 +0100
References <3mPPH002XKzFpWF@dovecot04.posteo.de>
Newsgroups comp.lang.python
Message-ID <mailman.319.1436171608.3674.python-list@python.org> (permalink)

Show all headers | View raw


On 05/07/2015 10:04, c.buhtz@posteo.jp wrote:
> 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.

I haven't the faintest idea, sorry :(

>
> 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).
>

pip (un)install xyz suits me fine on Windows, but then I'm a one stop shop.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: understanding why there is no setup.py uninstall Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-06 09:33 +0100

csiph-web