Path: csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.047 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:version': 0.09; 'python': 0.11; '2.7.3': 0.16; 'cons': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'version?': 0.16; 'subject:python': 0.16; 'thanks,': 0.17; 'seems': 0.21; 'install': 0.23; 'header:User-Agent:1': 0.23; "aren't": 0.24; 'versions': 0.24; 'references': 0.26; 'subject:/': 0.26; 'header:X-Complaints- To:1': 0.27; 'installed': 0.27; 'along': 0.30; "i'm": 0.30; 'easier': 0.31; 'way?': 0.31; 'run': 0.32; 'linux': 0.33; 'there,': 0.34; 'could': 0.34; 'received:66': 0.35; 'but': 0.35; 'version': 0.36; 'really': 0.36; 'installing': 0.36; 'limitations': 0.36; 'manager': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'either': 0.39; 'received:org': 0.40; 'release': 0.40; 'most': 0.60; 'such': 0.63; 'places': 0.64; 'subject:. ': 0.67; 'touch': 0.74; 'burning': 0.84; "it'd": 0.84; 'monte': 0.84; 'subject:Using': 0.84; 'subject:system': 0.84; 'touching': 0.84; 'also...': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: memilanuk Subject: Using system python vs. updated/current version Date: Wed, 31 Jul 2013 11:35:44 -0700 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 66.172.107.27 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1375295768 news.xs4all.nl 15959 [2001:888:2000:d::a6]:34379 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:51687 Hello there, What would be considered the correct/best way to run a current release of python locally vs. the installed system version? On openSUSE 12.3, the repos currently have 2.7.3 and 3.3.0. As far as I know, I'm not really hitting any limitations with the existing versions - my skills just aren't that far along - so its not a burning 'need' but I'm still curious/interested in the topic. Also... in some places in the 'Net I see references to installing everything 'locally' via pip, etc. in virtualenvs and not touching the system installed version of python... yet most linux distros seem to have many/most such packages available in their package repos, which seems like it'd be easier to install via the package manager and let it keep things updated. Could someone touch on what they feel the pros and cons would be either way? Thanks, Monte