Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99691
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Laura Creighton <lac@openend.se> |
| Newsgroups | comp.lang.python |
| Subject | Re: Python 3 virtualenvs |
| Date | Sun, 29 Nov 2015 13:27:02 +0100 |
| Lines | 32 |
| Message-ID | <mailman.7.1448800035.14615.python-list@python.org> (permalink) |
| References | <1mekmrs.1xn5n6010b7a1xN%real-not-anti-spam-address@apple-juice.co.uk> <slrnn5jb72.1t1.jon+usenet@frosty.unequivocal.co.uk> <1mem3lu.1327fd91org8tkN%real-not-anti-spam-address@apple-juice.co.uk> <slrnn5k8e4.1t1.jon+usenet@frosty.unequivocal.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 | <lac@openend.se> |
| 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 <lele@metapensiero.it> 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 <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> |
| Xref | csiph.com comp.lang.python:99691 |
Show key headers only | View raw
In a message of Sun, 29 Nov 2015 13:19:46 +0100, Lele Gaifax writes: >Jon Ribbens <jon+usenet@unequivocal.co.uk> writes: > >> On 2015-11-28, D.M. Procida <real-not-anti-spam-address@apple-juice.co.uk> 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 systems, >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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python 3 virtualenvs real-not-anti-spam-address@apple-juice.co.uk (D.M. Procida) - 2015-11-28 00:37 +0000
Re: Python 3 virtualenvs Laura Creighton <lac@openend.se> - 2015-11-28 02:09 +0100
Re: Python 3 virtualenvs real-not-anti-spam-address@apple-juice.co.uk (D.M. Procida) - 2015-11-28 01:35 +0000
Faviourite improvements in Python 3.5 (was: Python 3 virtualenvs) Ben Finney <ben+python@benfinney.id.au> - 2015-11-28 12:42 +1100
Re: Faviourite improvements in Python 3.5 (was: Python 3 virtualenvs) Laura Creighton <lac@openend.se> - 2015-11-28 03:23 +0100
Re: Faviourite improvements in Python 3.5 (was: Python 3 virtualenvs) INADA Naoki <songofacandy@gmail.com> - 2015-11-28 16:17 +0900
Re: Python 3 virtualenvs Jon Ribbens <jon+usenet@unequivocal.co.uk> - 2015-11-28 13:29 +0000
Re: Python 3 virtualenvs real-not-anti-spam-address@apple-juice.co.uk (D.M. Procida) - 2015-11-28 19:37 +0000
Re: Python 3 virtualenvs Jon Ribbens <jon+usenet@unequivocal.co.uk> - 2015-11-28 21:48 +0000
Re: Python 3 virtualenvs Lele Gaifax <lele@metapensiero.it> - 2015-11-29 13:19 +0100
Re: Python 3 virtualenvs Laura Creighton <lac@openend.se> - 2015-11-29 13:27 +0100
Re: Python 3 virtualenvs Jon Ribbens <jon+usenet@unequivocal.co.uk> - 2015-11-29 13:23 +0000
Re: Python 3 virtualenvs Laura Creighton <lac@openend.se> - 2015-11-29 15:12 +0100
Re: Python 3 virtualenvs Carl Meyer <carl@oddbird.net> - 2015-11-30 09:32 -0700
Re: Python 3 virtualenvs Laura Creighton <lac@openend.se> - 2015-11-30 18:20 +0100
Re: Python 3 virtualenvs Carl Meyer <carl@oddbird.net> - 2015-11-30 10:28 -0700
Re: Python 3 virtualenvs Jon Ribbens <jon+usenet@unequivocal.co.uk> - 2015-11-30 17:30 +0000
Re: Python 3 virtualenvs Laura Creighton <lac@openend.se> - 2015-11-30 18:46 +0100
csiph-web