Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!news.albasani.net!newsfeed.freenet.ag!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.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.05; 'great.': 0.07; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'pip?': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'version?': 0.16; 'wrote:': 0.17; 'jan': 0.18; 'header:User-Agent:1': 0.26; 'question': 0.27; 'first.': 0.27; 'header:X-Complaints-To:1': 0.28; 'install': 0.29; 'fri,': 0.30; 'running': 0.32; 'to:addr:python-list': 0.33; 'another': 0.33; 'subject:?': 0.35; 'received:org': 0.36; 'depends': 0.36; 'charset:us-ascii': 0.36; 'virtual': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'easy': 0.60; 'skip:u 10': 0.60; 'latest': 0.61; 'relatively': 0.62; '2013': 0.84; 'received:sd.cox.net': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: rh Subject: Re: Dependency management in Python? Date: Fri, 11 Jan 2013 21:33:02 -0800 References: <6b91570c-9cf0-4caf-8727-b463c6d098cd@googlegroups.com> <69690331-5194-443e-bf6b-fad0c3bf3ff4@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: ip68-227-87-145.sb.sd.cox.net User-Agent: dsodnetnin X-Mailer: EZnn0.37p X-Newsreader: EZnn0.37p X-Gmane-NNTP-Posting-Host: EZnn0.37p Original-Received: from slem by 1.1 with local X-No-Archive: yes Archive: no X-Archive: expiry=11 X-Archive: encrypt X-Operating-System: Barebones_6.1 X-Gmane-NNTP-Posting-Host: 192.168.1.1 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1357968729 news.xs4all.nl 6966 [2001:888:2000:d::a6]:43205 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:36674 On Fri, 11 Jan 2013 18:42:18 -0800 (PST) Adelbert Chang wrote: > Perfect, PIP and virtualenv look great. Install virtualenv first. If you're running python 3.3 virtual env is standard. > > Another question - how do we then get PIP to the latest version? Or > is it relatively easy to uninstall/reinstall PIP? You can install pip to the virtualenv and update that pip or create a new virtualenv and install a new pip. Lots of possibilities, depends on your workflow.