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


Groups > comp.lang.python > #8433

Re: Installing Python Apps on Mac Lion

From Ned Deily <nad@acm.org>
Subject Re: Installing Python Apps on Mac Lion
Date 2011-06-24 21:51 -0700
References <2ffee45b-8987-4fb4-8c8b-c1eed728e890@glegroupsg2000goo.googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.402.1308977487.1164.python-list@python.org> (permalink)

Show all headers | View raw


In article 
<2ffee45b-8987-4fb4-8c8b-c1eed728e890@glegroupsg2000goo.googlegroups.com
>,
 JKPeck <JKPeck@gmail.com> wrote:

> The Lion version of the OS on the Mac comes with Python 2.7 installed, but it 
> is in /System/Library/Frameworks/..., and this area is not writable by third 
> party apps.
> 
> So is there a consensus on what apps that typically install under the Python 
> site-packages directory should do in this situation?  Installing Python from 
> python.org puts it in the writable area /Library/Frameworks/Python.framework.
> 
> So, what should a Python app installer do?

I don't know about Lion but the Apple-supplied Pythons in previous 
versions of OS X (10.6 and 10.5) install site packages by default into 
/Library/Python.  If you use the Distutils defaults with the system 
Pythons in10.7, they will likely do the same.

-- 
 Ned Deily,
 nad@acm.org

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


Thread

Installing Python Apps on  Mac Lion JKPeck <JKPeck@gmail.com> - 2011-06-24 18:20 -0700
  Re: Installing Python Apps on  Mac Lion Ned Deily <nad@acm.org> - 2011-06-24 21:51 -0700

csiph-web