Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: Laura Creighton Newsgroups: comp.lang.python Subject: Re: Python 3 virtualenvs Date: Mon, 30 Nov 2015 18:46:21 +0100 Lines: 14 Message-ID: References: <1mekmrs.1xn5n6010b7a1xN%real-not-anti-spam-address@apple-juice.co.uk> <1mem3lu.1327fd91org8tkN%real-not-anti-spam-address@apple-juice.co.uk> <8737vp0zh9.fsf@metapensiero.it> <201511291412.tATECKN8006265@fido.openend.se> <565C7A1B.2070202@oddbird.net> <201511301720.tAUHKlAe017071@fido.openend.se> <565C874E.7060008@oddbird.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: news.uni-berlin.de JVd5QfeNxOztJygENbzf1wGJsjLLViwSc2H5TRxBt23A== 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; 'url:pypi': 0.03; 'subject:Python': 0.05; 'cc:addr:python-list': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'will,': 0.09; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'cc:name:laura creighton': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'to:addr:carl': 0.16; 'laura': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**2': 0.20; 'mon,': 0.24; 'looks': 0.29; '-0700,': 0.29; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'another': 0.32; 'url:python': 0.33; 'nov': 0.35; 'but': 0.36; 'should': 0.36; 'url:org': 0.36; 'subject:: ': 0.37; 'agree': 0.37; 'charset:us-ascii': 0.37; 'where': 0.40; 'url:3': 0.60; "you'll": 0.61; 'hope': 0.61; 'header:Message- Id:1': 0.61; 'situation': 0.67; 'life': 0.67; 'yourself': 0.73; 'discovered': 0.83; 'header:In-reply-to:1': 0.84; 'meyer': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1448905583; bh=B6mPXuZloVg6tbl1HxT3Z7TToLdH8GFG7PNYgdqho7k=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=z4SXHLvcqdffzEFC/QORhn9SXxWxZbQtPi8wrP37FD2CNPB6kqA6BqUKbhqdZxK/i QwSNfMhjj33Cp9KssLke0pdF+a4izZTrz5BKRLi2IQu/1CJKbRNhTVv+6qWN4FJUpP FTrW5nsVMymzgPz4w0saS5/QFOPTc1j8bxc5+rB8= In-reply-to: <565C874E.7060008@oddbird.net> Comments: In-reply-to Carl Meyer message dated "Mon, 30 Nov 2015 10:28:46 -0700." Content-ID: <17659.1448905581.1@fido> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Mon, 30 Nov 2015 18:46:23 +0100 (CET) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:99754 In a message of Mon, 30 Nov 2015 10:28:46 -0700, Carl Meyer writes: >So I agree that for now you should be sticking with virtualenv (I use it >too), but I hope you'll take another look at venv a few years down the >road, if you find yourself in a situation where all the interpreters you >need are 3.3+. I will, but these days I am playing with fades, which I only discovered a week ago, when Facundo made an announcment. https://pypi.python.org/pypi/fades/3 And it looks like this will make my life a whole lot easier. Laura