Python site-packages permission denied?
Ned Deily
nad at acm.org
Thu Mar 8 00:47:37 EST 2012
In article
<CAMZYqRTXy3mSMXtivuE8ApYX2ZFAG3DQp1UN+fqWnAYWNOANAw at mail.gmail.com>,
Chris Rebert <clp2 at 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 at acm.org
More information about the Python-list
mailing list