Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Laura Creighton Newsgroups: comp.lang.python Subject: Re: Python 3 virtualenvs Date: Sun, 29 Nov 2015 13:27:02 +0100 Lines: 32 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de SB2/CrJJYwTB77bxiUxBgAOiKu5sZxNw+iFszZg9oYXg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'subject:Python': 0.05; 'cc:addr:python-list': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'python': 0.10; '2.7': 0.13; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'frankly': 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; 'stuff,': 0.16; 'wrote:': 0.16; 'laura': 0.18; '>>>': 0.20; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'saying': 0.22; '3.x': 0.22; 'install': 0.25; '----': 0.27; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'waste': 0.30; 'good.': 0.32; 'problem': 0.33; 'skip:/ 20': 0.33; 'nov': 0.35; 'something': 0.35; 'instead': 0.36; 'subject:: ': 0.37; 'agree': 0.37; 'missing': 0.37; 'charset:us-ascii': 0.37; 'no,': 0.38; 'building': 0.38; 'means': 0.39; 'does': 0.39; 'header:Message-Id:1': 0.61; 'management': 0.64; 'respect': 0.65; 'quality': 0.72; 'header:In-reply-to:1': 0.84; 'absolutely': 0.88 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1448800026; bh=nyYfUKW5diy+Kz18dcrNZgJMUOeiWN2Ay/OxXfVzWCw=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=R9ZAhj7B4K8x7VEZICTZv8Cy8NBQp27p6opsAm1reREtxZ3IV7Bytu2Eyhf2NXgJH dRyeyyqYOHstsxPkZSn8g4MJAfks6evlm06GoYiAGMPFWLe/T8IKXV4E7G1GVVqEV1 fKN60C4CEpoB7QOJpT4jjxTD7ptUHBLh8q+R+ckk= In-reply-to: <8737vp0zh9.fsf@metapensiero.it> Comments: In-reply-to Lele Gaifax message dated "Sun, 29 Nov 2015 13:19:46 +0100." Content-ID: <4822.1448800022.1@fido> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Sun, 29 Nov 2015 13:27:06 +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:99691 In a message of Sun, 29 Nov 2015 13:19:46 +0100, Lele Gaifax writes: >Jon Ribbens writes: > >> On 2015-11-28, D.M. Procida wrote: >>> >>> Is something else required? >> >> Debian's package management is mysterious and apparently bizarre >> and frankly in respect to Python, not very good. > >I do not agree with you on the quality of Python support on Debian system= s, >but I think Daniele is missing the package "pythonX.Y-venv": they install= the >needed stuff, and in particular /usr/bin/pyvenv-X-Y. > >ciao, lele. No, Pyvenv is precisely what Daniele can not use. The problem is that venv does not come with a big sign saying ONLY FOR PYTHON 3.x ABSOLUTELY DOES NOT WORK FOR BUILDING 2.7 VIRTUALENVS USE virtualenv INSTEAD for Python 2.7 ---- which means you can waste a whole lot of time finding this out the hard way. Laura