Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'python,': 0.02; 'python': 0.09; 'received:mail-vc0-f174.google.com': 0.09; 'gentle': 0.16; 'path:': 0.16; 'hacking': 0.17; 'versions': 0.20; 'install,': 0.22; "i've": 0.23; 'installing': 0.27; 'message- id:@mail.gmail.com': 0.27; 'received:209.85.220.174': 0.29; 'install': 0.29; 'builds': 0.33; 'wishes,': 0.33; 'to:addr:python- list': 0.33; 'recommended': 0.33; 'received:google.com': 0.34; 'path': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'but': 0.36; 'previous': 0.37; 'rather': 0.37; 'received:209': 0.37; 'to:addr:python.org': 0.39; 'list,': 0.39; 'header:Received:5': 0.40; 'skip:u 10': 0.60; 'dear': 0.66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=X8NOMW7HrGZdadFYTUwYqnNJ68N2I0gcyrJs3yAOLcY=; b=aoeyNBNcEzUpy+R9PJbvtTXMcDmbF2vTNiCXfUwbgkN8y/7V36d7J59qJwf3NetHgw SiDLv2KfWqCyNIRQ9V8pBdK6dO5+WsD+00PqESBsfZU7CV5XWjoRr8Cat5QyQj9/rQ+W ry4mrSL/26waQPDOPJmc8Khl96aryCfIY5oqLfKNxyHIWlJktejVy4IM4s1k2PprVrAF b0H3YqznRVNL83ZuShXP4T3UB3k7u5rvlQU1w0ODbUvvWVeoGjbczxJHTtriz1pg7f/C G0qVVVo1ofbGvK0rTip5bSKU4v1vsZRODbC+4yyVgeDcfIi+Dm0tJPvqB1O31eGo3Cp6 3Z3w== MIME-Version: 1.0 Date: Sun, 26 Aug 2012 19:47:34 +0100 Subject: sys.path in python3.3 From: Nicholas Cole To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1346006856 news.xs4all.nl 6869 [2001:888:2000:d::a6]:34265 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:27941 Dear List, In all previous versions of python, I've been able to install packages into the path: ~/Library/Python/$py_version_short/site-packages but in the rc builds of python 3.3 this is no longer part of sys.path. Before I go hacking the install, is there a reason that this path was removed? Is there a recommended way to get it back, or is this a gentle way of pushing us all to use virtualenv rather than installing user-specific packages? Best wishes, Nicholas