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


Groups > comp.lang.python > #18375

Re: Python3 on MacOsX Lion?

From Ned Deily <nad@acm.org>
Subject Re: Python3 on MacOsX Lion?
Date 2012-01-02 21:43 -0800
References <eDnMq.3172$Ik5.2555@newsfe03.iad> <mailman.4319.1325538227.27778.python-list@python.org> <WepMq.67154$U16.54498@newsfe15.iad>
Newsgroups comp.lang.python
Message-ID <mailman.4332.1325569400.27778.python-list@python.org> (permalink)

Show all headers | View raw


In article <WepMq.67154$U16.54498@newsfe15.iad>,
 K Richard Pixley <rich@noir.com> 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

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


Thread

Python3 on MacOsX Lion? K Richard Pixley <rich@noir.com> - 2012-01-02 11:32 -0800
  Re: Python3 on MacOsX Lion? Benjamin Kaplan <benjamin.kaplan@case.edu> - 2012-01-02 16:03 -0500
    Re: Python3 on MacOsX Lion? K Richard Pixley <rich@noir.com> - 2012-01-02 13:23 -0800
      Re: Python3 on MacOsX Lion? Tamer Higazi <th982a@googlemail.com> - 2012-01-03 00:03 +0100
      Re: Python3 on MacOsX Lion? Benjamin Kaplan <benjamin.kaplan@case.edu> - 2012-01-02 21:23 -0500
      Re: Python3 on MacOsX Lion? Ned Deily <nad@acm.org> - 2012-01-02 21:43 -0800
  Re: Python3 on MacOsX Lion? Ned Deily <nad@acm.org> - 2012-01-02 21:21 -0800
  Re: Python3 on MacOsX Lion? Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2012-01-04 00:37 +0100

csiph-web