Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '*not*': 0.05; 'either.': 0.09; 'exceptions,': 0.09; 'freebsd,': 0.09; 'prefix': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'subject:Python3': 0.09; 'too).': 0.09; 'toss': 0.09; 'benjamin': 0.16; 'fink': 0.16; 'from:addr:acm.org': 0.16; 'installs': 0.16; 'lengths': 0.16; 'macosx,': 0.16; 'netbsd,': 0.16; 'received:198.144': 0.16; 'trivially': 0.16; 'vmware': 0.16; 'linux': 0.17; 'wrote:': 0.18; 'rapidly': 0.18; 'linux,': 0.21; 'default,': 0.23; 'documented': 0.23; "i'm": 0.26; 'tried': 0.27; 'specifically': 0.27; 'cons': 0.30; 'subject:?': 0.31; "didn't": 0.31; 'quite': 0.32; 'done,': 0.32; 'received:198': 0.32; 'third- party': 0.32; 'header:User-Agent:1': 0.33; 'header:X-Complaints- To:1': 0.33; 'there': 0.33; 'done': 0.34; 'to:addr:python-list': 0.34; 'richard': 0.34; 'away.': 0.34; 'conflicts': 0.34; 'minutes,': 0.34; 'root': 0.34; 'install': 0.35; 'file': 0.36; 'charset:us-ascii': 0.37; 'disk': 0.37; 'like,': 0.37; 'but': 0.37; 'machine': 0.37; 'using': 0.38; 'largely': 0.38; 'received:org': 0.38; 'url:org': 0.39; 'files': 0.39; "it's": 0.40; 'to:addr:python.org': 0.40; 'personal': 0.60; 'hours': 0.60; 'unique': 0.61; 'your': 0.61; 'course,': 0.62; 'order': 0.62; 'here:': 0.66; 'decision,': 0.67; 'designed': 0.69; 'article': 0.74; 'price': 0.77; '13:03': 0.84; 'snapshots': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Deily Subject: Re: Python3 on MacOsX Lion? Date: Mon, 02 Jan 2012 21:43:03 -0800 References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: baybryj.net User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 40 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1325569400 news.xs4all.nl 6904 [2001:888:2000:d::a6]:58065 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:18375 In article , K Richard Pixley wrote: > On 1/2/12 13:03 , Benjamin Kaplan wrote: [...] > > Have you tried building through Macports? > No, I haven't. Macports scares me. When I tried them, or fink, in the > past, they rapidly polluted my boot disk and I didn't have any way to > unpollute it other than reloading from scratch. > > In freebsd, netbsd, or any of the linux distributions, I can trivially > create a virtual machine in about 20 minutes, screw with it as I like, > and toss it in seconds. In modern linux, I can create a root file > system with btrfs, snapshot, chroot to the snapshot and munge away. > When I'm done, I can just toss the snapshot. (Can do snapshots in > vmware too). > > If I screw up my boot drive in MacOsX, I'm in for hours of recovery time > reloading from Time Machine. While that's a lot better than it used to > be now that Time Machine is available, (reloading can now be done > largely unattended), it's not a price I'm willing to pay in order to > attempt to use Macports. Whether you use a third-party package manager like MacPorts or Fink is a personal decision, of course, and there pros or cons for using either. But both MacPorts and Fink are specifically designed *not* to pollute your existing system. They both go to great lengths to install everything under their own unique directory subtrees, by default, /opt/local for MacPorts and /sw for Fink. I don't have much recent experience with Fink but I do with MacPorts. Other than a very few and documented exceptions, *everything* that MacPorts installs is under that /opt/local prefix and there are no conflicts with any Apple-installed files so it is really quite trivial to install and remove without fear of corrupting your base system. The whole process is documented here: http://guide.macports.org/chunked/installing.macports.uninstalling.html -- Ned Deily, nad@acm.org