Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #57853
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <skip.montanaro@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.012 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'reinstall': 0.09; 'subject:update': 0.09; 'subject:virtualenv': 0.09; 'subject:How': 0.10; 'django': 0.11; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; 'do,': 0.16; 'sender:addr:gmail.com': 0.17; 'thanks,': 0.17; 'looked': 0.18; 'command': 0.22; 'appears': 0.22; 'skip': 0.24; 'switched': 0.24; 'fairly': 0.24; 'sort': 0.25; "i've": 0.25; 'thus': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'getting': 0.31; 'gcc': 0.31; 'development.': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'subject:?': 0.36; 'to:addr:python-list': 0.38; 'little': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'today': 0.64; 'more': 0.64; 'different': 0.65; 'steps.': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=IZrQ1DUZdXDKStcG+QIHxd/3gtiS2/Fxd5Uz1gkwolM=; b=Ry3FVl+5EstI1j0BOdPYBxiuXWdcOmW99F4+6Sm5M9e8AXyT+kHUxuiB/fQbA80xQW xCcxK4CaDcn5rbtwPQxZAjAAZL5m6QiRZUALMm8uDo+y7PrA4mr2urCbDP+UP7CDXgJo WI8hVExCAj9F8ZcmL0Oja/G6c/vyJfC+gM1GMIvhrd+8fTdGJHpShFh+IIRl9AvcP/mi 9KiHu5HjPqU21/M4v1bLdpEquxedAg7Hht5bYhwrjQtMD7E3bICYk2oC0GICx75DLDZY 4qNHqNN5Xty0daO6SsuYNYgNRuykHNjpfCD+SnCvcniluycgF0I0RsGA+DO151hJYz5U tXXg== |
| MIME-Version | 1.0 |
| X-Received | by 10.50.61.205 with SMTP id s13mr10403833igr.29.1383001457366; Mon, 28 Oct 2013 16:04:17 -0700 (PDT) |
| Sender | skip.montanaro@gmail.com |
| Date | Mon, 28 Oct 2013 18:04:17 -0500 |
| X-Google-Sender-Auth | zwR4Cnh9xqTWMPj1-MnmIryp5z8 |
| Subject | How do I update a virtualenv? |
| From | Skip Montanaro <skip@pobox.com> |
| To | Python <python-list@python.org> |
| Content-Type | text/plain; charset=UTF-8 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1723.1383001459.18130.python-list@python.org> (permalink) |
| Lines | 12 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1383001459 news.xs4all.nl 15966 [2001:888:2000:d::a6]:49511 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:57853 |
Show key headers only | View raw
I have a virtualenv I'm using for some Django development. Today I switched from MacPorts to HomeBrew on my Mac. I'm thus getting a different version of gcc and its libs. How do I reinstall the virtualenv? I've looked around and found a few descriptions of what to do, but as I am little more than a monkey-see-monkey-do user of virtualenv, I don't understand what appears to be a fairly complex set of steps. Does virtualenv not have some sort of "upgrade" command that just does what's necessary? Thanks, Skip
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
How do I update a virtualenv? Skip Montanaro <skip@pobox.com> - 2013-10-28 18:04 -0500
csiph-web