Path: csiph.com!usenet.pasdenom.info!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.040 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'python,': 0.02; ';-)': 0.03; 'django,': 0.09; 'mess': 0.09; 'runs': 0.10; 'python': 0.11; 'mostly': 0.14; 'thread': 0.14; 'windows': 0.15; 'apt': 0.16; 'aptitude': 0.16; 'debian.': 0.16; 'received:206.46': 0.16; 'received:206.46.173': 0.16; 'subject:django': 0.16; 'subject:projects': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'command': 0.22; 'installation': 0.23; 'header :User-Agent:1': 0.23; "aren't": 0.24; 'second': 0.26; 'asking': 0.27; 'am,': 0.29; 'unix': 0.29; 'closer': 0.31; 'equivalent.': 0.31; 'gary': 0.31; 'strip': 0.31; 'another': 0.32; 'linux': 0.33; 'worked': 0.33; 'mac': 0.33; 'projects.': 0.33; 'style': 0.33; 'totally': 0.33; 'maybe': 0.34; 'could': 0.34; 'created': 0.35; 'something': 0.35; 'but': 0.35; 'there': 0.35; 'thanks': 0.36; 'two': 0.37; 'list': 0.37; 'area': 0.37; 'clear': 0.37; 'easily': 0.37; 'system,': 0.38; 'to:addr:python-list': 0.38; 'files': 0.38; 'environment.': 0.39; 'to:addr:python.org': 0.39; 'enough': 0.39; 'system.': 0.39; 'how': 0.40; 'remove': 0.60; 'disclaimer:': 0.60; 'first': 0.61; 'information': 0.63; 'received:206': 0.63; 'different': 0.65; 'charset:windows-1252': 0.65; 'here': 0.66; 'reply': 0.66; 'close': 0.67; 'book.': 0.68; 'subject': 0.69; 'goal': 0.75; 'header:In-reply-to:1': 0.84; 'lying': 0.84; 'received:192.168.1.7': 0.84; 'stay.': 0.84; 'yours': 0.88; 'rusi': 0.91; '2013': 0.98 MIME-version: 1.0 Content-transfer-encoding: 8BIT Content-type: text/plain; charset=windows-1252; format=flowed Date: Sun, 27 Oct 2013 09:55:44 -0700 From: Gary Roach User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:17.0) Gecko/20130922 Icedove/17.0.9 To: python-list@python.org Subject: Re: Removing python django projects References: In-reply-to: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 44 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1382896554 news.xs4all.nl 15915 [2001:888:2000:d::a6]:33653 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57753 On 10/27/2013 04:38 AM, rusi wrote: > On Sunday, October 27, 2013 6:44:35 AM UTC+5:30, Gary Roach wrote: >> Hi >> >> In the process of trying to learn python, django, mysql and >> virtualenvwrapper, I have created two projects and a mess. How can I >> strip everything from a Debian, Wheezy, linux system. The files are all >> over the place. Much of the information in this area is for Mac or >> Windoz systems that do not have the apt-get, aptitude tools that Debian >> makes available. >> >> My goal is to end up with a clean system ready for re installation of a >> development environment. > Disclaimer: This subject interests me and I know nothing about it ;-) > > 1. Aren't you asking for something self-contradictory -- the benefits of apt in apt-disabled systems? > Anyways… leaving that aside… > > 2. Not clear what you mean by 'clean system'. > One meaning could be remove all the 'crufty' files > Another could be disengage the system so that it runs easily on mac and windows. > For the first apt is a boon for second its a mess > > 3. I see questions like yours here > https://groups.google.com/forum/#!searchin/python-virtualenv/Advice$20on$20Updating$20Virtualenv/python-virtualenv/4lgTsf9EwZM/MhNvwkIVq6sJ > Maybe you could also ask there about use of 'wheel' In Debian Linux "apt-get" is a command that can be used to completely manage all of the programs on the system - mostly automatically. Windows and Mac? have nothing equivalent. This is one of the main reasons that I use Debian. If you have never worked with any Unix / Linux systems then you must understand that the philosophy is totally different than Windows. Mac is closer to a Unix style system but not close enough in my book. By a clean system, I mean one that no longer has files lying around from django, virtualenv or my projects. Python is used all over the system and has to stay. Please reply to the list via the original message or the thread will be fragmented and be impossible to follow. Thanks for the reply Gary R