Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!newsfeed.xs4all.nl!newsfeed3.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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'bits': 0.09; 'subject:update': 0.09; 'subject:virtualenv': 0.09; 'subject:How': 0.10; 'cc:addr:python-list': 0.11; 'missed': 0.12; '-tkc': 0.16; 'finney': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'silly': 0.16; 'wrote:': 0.18; 'separate': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'asking': 0.27; 'header:In-Reply-To:1': 0.27; 'supposed': 0.32; 'development.': 0.33; 'sense': 0.34; "i'd": 0.34; 'right?': 0.36; 'charset:us-ascii': 0.36; 'subject:?': 0.36; 'ben': 0.38; 'skip:u 10': 0.60; 'most': 0.60; 'more': 0.64; 'here': 0.66; 'received:50.22': 0.84 Date: Mon, 28 Oct 2013 20:46:51 -0500 From: Tim Chase To: Ben Finney Subject: Re: How do I update a virtualenv? In-Reply-To: <7whac09abg.fsf@benfinney.id.au> References: <526EF04A.6070702@nedbatchelder.com> <7whac09abg.fsf@benfinney.id.au> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - boston.accountservergroup.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tim.thechases.com X-Get-Message-Sender-Via: boston.accountservergroup.com: authenticated_id: tim@thechases.com Cc: python-list@python.org 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1383011115 news.xs4all.nl 15964 [2001:888:2000:d::a6]:40881 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57869 On 2013-10-29 11:42, Ben Finney wrote: > You are keeping your virtualenv separate from your working tree, > right? This was one of the key bits I missed in most of the virtualenv{,wrapper} documentation and only figured out after asking several questions here on c.l.p Once I had that understanding, the usefulness of virtualenvwrapper made more sense (previously, I'd figured it was silly since I thought the code-base was supposed to be contained in the virtualenv, not independent from it). Now it's virtualenv{,wrapper} for just about all development. -tkc