Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!bcyclone04.am1.xlned.com!bcyclone04.am1.xlned.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!newsgate.cistron.nl!newsgate.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.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.05; 'setup.py': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:why': 0.09; 'discussions': 0.15; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'setup.py.': 0.16; 'shop.': 0.16; 'subject:uninstall': 0.16; 'uninstall': 0.16; 'wrote:': 0.16; 'language': 0.19; 'lawrence': 0.22; "haven't": 0.24; 'header:In-Reply-To:1': 0.24; 'admin': 0.24; 'header:User-Agent:1': 0.26; 'question': 0.26; 'header:X -Complaints-To:1': 0.26; '(e.g.': 0.27; 'fine': 0.29; "i'm": 0.29; 'idea,': 0.29; 'routine': 0.29; 'windows,': 0.29; 'too.': 0.30; 'option': 0.31; 'language.': 0.32; '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; 'subject:: ': 0.37; 'received:org': 0.38; 'to:addr:python.org': 0.39; 'mark': 0.40; 'why': 0.40; 'our': 0.64; 'charset:windows-1252': 0.65; 'subject:there': 0.66; '10:04,': 0.84; 'apt-get': 0.84; 'pip': 0.84; 'pythonistas,': 0.84; 'suits': 0.84; 'dirty': 0.93; 'received:2': 0.93 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: understanding why there is no setup.py uninstall Date: Mon, 06 Jul 2015 09:33:17 +0100 References: <3mPPH002XKzFpWF@dovecot04.posteo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-2-98-198-54.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 In-Reply-To: <3mPPH002XKzFpWF@dovecot04.posteo.de> 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: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1436171608 news.xs4all.nl 2850 [2001:888:2000:d::a6]:45611 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 3846 X-Received-Body-CRC: 3465523814 Xref: csiph.com comp.lang.python:93521 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. > > > 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