Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #21372
| From | Ned Deily <nad@acm.org> |
|---|---|
| Subject | Re: Python site-packages permission denied? |
| Date | 2012-03-07 21:47 -0800 |
| References | <5849344.1361.1331154163099.JavaMail.geo-discussion-forums@pbls8> <CAMZYqRTXy3mSMXtivuE8ApYX2ZFAG3DQp1UN+fqWnAYWNOANAw@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.502.1331185676.3037.python-list@python.org> (permalink) |
In article <CAMZYqRTXy3mSMXtivuE8ApYX2ZFAG3DQp1UN+fqWnAYWNOANAw@mail.gmail.com>, Chris Rebert <clp2@rebertia.com> wrote: > You generally shouldn't mess with Mac OS X's system copies of Python. > Typically, one installs a separate copy using MacPorts, Fink, or > whatever, and uses that instead. I don't understand what you mean by "mess with". Certainly one should not attempt alter standard library modules provided with the system Python but adding additional packages is fully supported. Apple conveniently provides a special directory in user-controlled space (/Library/Python) as the default location for Distutils-based installs. They even provide versions of easy_install for the system Pythons. -- Ned Deily, nad@acm.org
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python site-packages permission denied? Shane Neeley <shane.neeley@gmail.com> - 2012-03-07 13:02 -0800
Re: Python site-packages permission denied? Chris Rebert <clp2@rebertia.com> - 2012-03-07 13:30 -0800
Re: Python site-packages permission denied? Ned Deily <nad@acm.org> - 2012-03-07 21:47 -0800
Re: Python site-packages permission denied? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-03-08 11:34 +0000
csiph-web