Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'directions': 0.09; 'git': 0.09; 'subject:update': 0.09; 'subject:virtualenv': 0.09; 'subject:How': 0.10; 'cc:addr:python-list': 0.11; 'wrote': 0.14; '"getting': 0.16; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'sender:addr:gmail.com': 0.17; 'things.': 0.19; 'separate': 0.22; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'page.': 0.31; 'no,': 0.35; 'received:google.com': 0.35; 'right?': 0.36; 'subject:?': 0.36; 'mine': 0.38; 'greek': 0.84; 'skip:\xe2 40': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=Fir68JiWj/41DyyKynyYzWYLVInXofC+KXIWHKlQjQM=; b=KEhpjIn1jGO155Z8Qxqp2/JU1gKC+d5oFEvMrALRW0uxiyDimcfNc6fD97oiaXgXo0 h/oH+To3Ukn5pxBUnFhHwWloU4w9xxnp6aWn3tCDlZaNmNf2uQ3YdMzCOXTy3wDqHLXp OB8as/cedmqg+B9l4Iu3TDjWZ2QH9S+Q8TqKB5tBM54ZeJSkCd+jwW/lF961BDl4gnY0 3ICFA57GM8UJ45I/pjm9NdIZwxTlXZ7QeJMfebpp3MiDlkh++qZplyiSk8uWtUOa5e6z ew4XS1xIWtYBTUqBkKQ7S/dKK0VtTlsrlNRWMplI9H1trj/UpQeMCAMpKitJHPt2cgxQ nqHw== MIME-Version: 1.0 X-Received: by 10.50.97.7 with SMTP id dw7mr10940981igb.2.1383012089448; Mon, 28 Oct 2013 19:01:29 -0700 (PDT) Sender: skip.montanaro@gmail.com In-Reply-To: <7whac09abg.fsf@benfinney.id.au> References: <526EF04A.6070702@nedbatchelder.com> <7whac09abg.fsf@benfinney.id.au> Date: Mon, 28 Oct 2013 21:01:29 -0500 X-Google-Sender-Auth: VKpTQWrGfJ8sUr_qSQ75lgMgfj8 Subject: Re: How do I update a virtualenv? From: Skip Montanaro To: Ben Finney Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Python 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1383012092 news.xs4all.nl 15919 [2001:888:2000:d::a6]:47860 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57870 >> Hmmm... And my git repo? > > You are keeping your virtualenv separate from your working tree, right? > I put mine in =E2=80=98/var/local/devel/$USER/virtualenvs/foobar/=E2=80= =99 where > =E2=80=9Cfoobar=E2=80=9D is the specific virtualenv name. No, I'm no expert in these things. I was just following the directions on the Heroku "getting started" page. What you wrote is Greek to me. Skip