Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #8433
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| 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; '2.7': 0.04; 'subject:Python': 0.06; 'defaults': 0.07; 'python': 0.08; '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; 'writable': 0.09; 'wrote:': 0.15; 'apps.': 0.16; 'distutils': 0.16; 'from:addr:acm.org': 0.16; 'installed,': 0.16; 'lion': 0.16; 'pythons': 0.16; 'received:198.144': 0.16; 'subject:Mac': 0.16; 'versions': 0.23; 'installing': 0.29; 'installer': 0.30; 'version': 0.30; 'received:198': 0.32; 'typically': 0.33; 'header :User-Agent:1': 0.34; 'header:X-Complaints-To:1': 0.34; 'there': 0.34; 'to:addr:python-list': 0.34; 'app': 0.35; 'consensus': 0.35; 'do?': 0.35; 'charset:us-ascii': 0.36; 'python.org': 0.36; 'but': 0.37; 'install': 0.38; 'received:org': 0.38; 'subject:: ': 0.38; 'should': 0.39; 'header:Mime-Version:1': 0.39; 'to:addr:python.org': 0.39; 'under': 0.39; 'apps': 0.63; 'subject: ': 0.73; 'article': 0.76 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Ned Deily <nad@acm.org> |
| Subject | Re: Installing Python Apps on Mac Lion |
| Date | Fri, 24 Jun 2011 21:51:12 -0700 |
| References | <2ffee45b-8987-4fb4-8c8b-c1eed728e890@glegroupsg2000goo.googlegroups.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.402.1308977487.1164.python-list@python.org> (permalink) |
| Lines | 24 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1308977488 news.xs4all.nl 511 [::ffff:82.94.164.166]:43385 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:8433 |
Show key headers only | 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 | Next — Previous in thread | Find similar | Unroll 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