Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'subject:Python': 0.06; '(except': 0.07; 'apps,': 0.07; 'dev': 0.07; 'granted,': 0.07; 'referring': 0.07; 'source.': 0.07; 'cc:addr:python-list': 0.11; 'python': 0.11; 'apt': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'guessing': 0.16; "others'": 0.16; 'partly': 0.16; 'personally,': 0.16; 'strategy:': 0.16; 'write.': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'example.': 0.24; 'instance,': 0.24; 'stick': 0.24; 'tend': 0.24; 'cc:2**0': 0.24; 'source': 0.25; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'rest': 0.29; 'respective': 0.29; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'getting': 0.31; 'libraries': 0.31; 'yourself.': 0.31; '(including': 0.33; 'fri,': 0.33; 'basic': 0.35; "can't": 0.35; 'but': 0.35; 'received:google.com': 0.35; 'building': 0.35; "he's": 0.36; 'application': 0.37; 'stable': 0.38; 'whatever': 0.38; 'pm,': 0.38; 'rather': 0.38; 'recent': 0.39; "you'll": 0.62; 'strategy': 0.64; 'management': 0.65; 'compiling': 0.84; "else's": 0.84; 'versions)': 0.84; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=AKFkIBKKZQGzoD9fvOLhTvzKqwunxX93w2AKKoNOCu8=; b=KvpBAwaJtIiXW9fEVXhJfJnt5HlnswrAQ+/fU3ASg6g9H6MmEEm1nhoEZE1Ck1oowf gEkCkyJyZbb2vh8tgYhkUq/TkRlxh6HMA+y9iXZjGg9V9czpw03nC4MNaiRwNfHVLIXw z50Bf2K5kQaVatL0bCr90MObWl47WEsiiYmrFacs1irb03OdfU8VjnOtfvXW/0faDCev L7um+cXxGjEvuxPBdyyQ3xoQqVLhqX0wz87Zi96uwOmJBkHXUzzFWgAH/naG4jGTa96h ptUKS3LdWgaPElDhHaQXQ4jGYhO+CCpkXMmrbk4pH3SDdJ2/wDA2XW1EAOxMZ9ac1Y8s 3b2g== MIME-Version: 1.0 X-Received: by 10.42.216.148 with SMTP id hi20mr6673657icb.12.1406896231924; Fri, 01 Aug 2014 05:30:31 -0700 (PDT) In-Reply-To: <87oaw4z9jr.fsf@elektro.pacujo.net> References: <87zjga4j4v.fsf@elektro.pacujo.net> <53c57bae$0$9505$c3e8da3$5496439d@news.astraweb.com> <87iomy4ciy.fsf@elektro.pacujo.net> <53c5f6dc$0$9505$c3e8da3$5496439d@news.astraweb.com> <87egxl4zq8.fsf@elektro.pacujo.net> <53c73ff0$0$29897$c3e8da3$5496439d@news.astraweb.com> <9ef930a0-5a41-4a20-a13a-003c9e8246fe@googlegroups.com> <53c9655a$0$9505$c3e8da3$5496439d@news.astraweb.com> <368c1e4f-9328-445b-9876-9f26560a50c2@googlegroups.com> <53ca1e27$0$9505$c3e8da3$5496439d@news.astraweb.com> <20140801131035.f672ac56af3aa4eda5d36dcd@gmx.net> <87oaw4z9jr.fsf@elektro.pacujo.net> Date: Fri, 1 Aug 2014 22:30:31 +1000 Subject: Re: Python and IDEs From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 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: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1406896234 news.xs4all.nl 2924 [2001:888:2000:d::a6]:35078 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75466 On Fri, Aug 1, 2014 at 10:19 PM, Marko Rauhamaa wrote: > I'm guessing he's referring to the modern fad of application sandboxing. > Each application is installed with everything it needs on top of the > basic OS. > > If you have ten Python apps, you'll have ten Python installations. Also > the applications have no way to communicate outside their respective > sandboxes. They can't access each others' files, for example. > > Personally, I tend to stick to this package management strategy: install > whatever is available with yum and write the rest yourself. Only if by "write" you also include compiling someone else's program from source. I follow that strategy (except that I use apt rather than yum), and there's a fair bit that I build from source but don't write. Granted, that's partly because Debian Stable doesn't include a sufficiently recent Python, for instance, but still, there's a lot to be said for getting libraries (including dev versions) from the repo and building some applications yourself. ChrisA