Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #57862

Re: How do I update a virtualenv?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsreader4.netcologne.de!news.netcologne.de!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed4.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.006
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'that?': 0.05; 'subject:update': 0.09; 'subject:virtualenv': 0.09; 'subject:How': 0.10; 'cc:addr:python-list': 0.11; 'django': 0.11; 'from:addr:pobox.com': 0.16; 'from:addr:skip': 0.16; ':-)': 0.16; 'sender:addr:gmail.com': 0.17; 'help.': 0.21; 'seems': 0.21; 'cc:addr:python.org': 0.22; 'skip': 0.24; 'switched': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'tried': 0.27; 'especially': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'work.': 0.31; 'gcc': 0.31; 'libraries': 0.31; 'stuff': 0.32; 'weeks': 0.32; 'ago': 0.33; 'development.': 0.33; "i'd": 0.34; 'received:google.com': 0.35; 'installing': 0.36; 'doing': 0.36; 'next': 0.36; "didn't": 0.36; 'subject:?': 0.36; 'step': 0.37; 'guy': 0.60; 'today': 0.64; '4.8': 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; bh=2MqOlRoxEcm0oYLKtNG1W0Khfz+ehjgdIlJ2hZ5ZxiY=; b=AH/Ih6cXFgQb1XlO/Psx/iZHh7KK1Zxb/4NaghASgjFjVNSkFUGrn5jGb1ogyfVqrN yXqRx3f10oWX3bkuVk7nEqvsnqJZGd/gWHP5+L+Hf5lr1/WCPMwObe7eSeNbIuLGFb2a 9sSRFMg7ADlyU4CRCe/CoD/UFbs31xCwHIXKlGJbchFsCDYuYuzFzZQNhu9IZ1pRPhZG AB0jClF5Cj/nlx7XEk9rFdjhsLy59oftCsMdhrlfP6VwITMZMzYZD/I2JSlnaEdmW5eI Ifgv6qKz0V8lIV2WY/OdMjbpKP6/JlwNiZi0lMNEdtYkCmHjoqjhoxaMoz6J7IvKoRro 5pPw==
MIME-Version 1.0
X-Received by 10.50.129.39 with SMTP id nt7mr10620772igb.13.1383007306469; Mon, 28 Oct 2013 17:41:46 -0700 (PDT)
Sender skip.montanaro@gmail.com
In-Reply-To <nad-781923.16540528102013@news.gmane.org>
References <CANc-5Uy367Mu-zN30Z8xKfE_Zf9q4G15E_oVtB+HOWPja6MNag@mail.gmail.com> <nad-781923.16540528102013@news.gmane.org>
Date Mon, 28 Oct 2013 19:41:46 -0500
X-Google-Sender-Auth 1gvae0J7dF3Ms7TbnbCORfoF90Y
Subject Re: How do I update a virtualenv?
From Skip Montanaro <skip@pobox.com>
To Ned Deily <nad@acm.org>
Content-Type text/plain; charset=UTF-8
Cc Python <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 <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.1732.1383007310.18130.python-list@python.org> (permalink)
Lines 13
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1383007310 news.xs4all.nl 15918 [2001:888:2000:d::a6]:39783
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:57862

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.
>
> Any particular reason for doing that?  That seems like a step backwards,
> especially for Python-related work.

The guy who sits next to me at work recommended HomeBrew. (Someone to
ask for help. :-) I didn't have all that much stuff installed via
MacPorts, buncha libraries mostly, so it didn't seem like a huge
sacrifice. Also, when I'd tried installing gcc 4.8 a few weeks ago
things didn't go so well, so I figured I'd try HomeBrew.

Skip

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: How do I update a virtualenv? Skip Montanaro <skip@pobox.com> - 2013-10-28 19:41 -0500

csiph-web