Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!tudelft.nl!txtfeed1.tudelft.nl!newsfeed10.multikabel.net!multikabel.net!newsfeed20.multikabel.net!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.04; 'subject:Python': 0.05; 'mess': 0.07; 'supported.': 0.07; 'python': 0.08; 'alter': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'library': 0.13; 'from:addr:acm.org': 0.16; 'installs': 0.16; 'subject:permission': 0.16; 'wrote:': 0.18; 'versions': 0.23; "shouldn't": 0.23; 'separate': 0.28; 'generally': 0.30; 'chris': 0.30; 'subject:?': 0.31; 'certainly': 0.32; 'instead.': 0.32; 'modules': 0.32; 'header:User-Agent:1': 0.33; 'header:X-Complaints-To:1': 0.34; 'to:addr:python-list': 0.35; 'received:org': 0.36; 'but': 0.37; 'charset:us-ascii': 0.37; 'using': 0.37; 'uses': 0.38; 'should': 0.38; 'to:addr:python.org': 0.40; 'provided': 0.62; 'special': 0.66; 'article': 0.73; 'easy_install': 0.84; 'received:204.14': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Deily Subject: Re: Python site-packages permission denied? Date: Wed, 07 Mar 2012 21:47:37 -0800 References: <5849344.1361.1331154163099.JavaMail.geo-discussion-forums@pbls8> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 204.14.154.212 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1331185676 news.xs4all.nl 6867 [2001:888:2000:d::a6]:52447 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:21372 In article , Chris Rebert 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