Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #21574
| From | dilvanezanardine@gmail.com |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Installing Python Apps on Mac Lion |
| Date | 2012-03-13 09:42 -0700 |
| Organization | http://groups.google.com |
| Message-ID | <15535377.495.1331656930882.JavaMail.geo-discussion-forums@ynje4> (permalink) |
| References | <2ffee45b-8987-4fb4-8c8b-c1eed728e890@glegroupsg2000goo.googlegroups.com> |
Sábado, 25 de Junho de 2011 02h20min49s UTC+1, JKPeck escreveu: > 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 Hello, currently I have: /Library/Python/2.7/ /Library/Frameworks/Python.framework/Versions/2.7/ /Users/user/Library/Python/2.7/ With 3 folders "site-packages" and do not know why. What's the difference? Thanks.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: Installing Python Apps on Mac Lion dilvanezanardine@gmail.com - 2012-03-13 09:42 -0700 Re: Installing Python Apps on Mac Lion Benjamin Kaplan <benjamin.kaplan@case.edu> - 2012-03-13 15:28 -0400
csiph-web