Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #8425 > unrolled thread
| Started by | JKPeck <JKPeck@gmail.com> |
|---|---|
| First post | 2011-06-24 18:20 -0700 |
| Last post | 2011-06-24 21:51 -0700 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
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
| From | JKPeck <JKPeck@gmail.com> |
|---|---|
| Date | 2011-06-24 18:20 -0700 |
| Subject | Installing Python Apps on Mac Lion |
| Message-ID | <2ffee45b-8987-4fb4-8c8b-c1eed728e890@glegroupsg2000goo.googlegroups.com> |
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? Thanks
[toc] | [next] | [standalone]
| From | Ned Deily <nad@acm.org> |
|---|---|
| Date | 2011-06-24 21:51 -0700 |
| Message-ID | <mailman.402.1308977487.1164.python-list@python.org> |
| In reply to | #8425 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web