Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99747
| Path | csiph.com!news.swapon.de!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 | Mon, 30 Nov 2015 18:20:47 +0100 |
| Lines | 20 |
| Message-ID | <mailman.42.1448904130.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> <mailman.7.1448800035.14615.python-list@python.org> <slrnn5lv6n.1t1.jon+usenet@frosty.unequivocal.co.uk> <201511291412.tATECKN8006265@fido.openend.se> <565C7A1B.2070202@oddbird.net> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset="us-ascii" |
| X-Trace | news.uni-berlin.de dpuZbAjF5mPgEt/t/fmdTg7V/Y9YK5UtEU1VPy/dHtoA== |
| Return-Path | <lac@openend.se> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.003 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'cc:addr:python-list': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'python': 0.10; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 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**1': 0.22; 'meant': 0.22; 'either.': 0.22; 'nearly': 0.23; 'mon,': 0.24; 'install': 0.25; '2.6': 0.27; 'this.': 0.28; '-0700,': 0.29; 'does,': 0.29; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'that.': 0.30; 'you?': 0.30; 'nov': 0.35; "isn't": 0.35; 'but': 0.36; '(and': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'anything': 0.38; 'mean': 0.38; 'sure': 0.39; 'header:Message- Id:1': 0.61; 'different': 0.63; 'better.': 0.66; 'header:In-reply- to:1': 0.84; 'meyer': 0.84; 'mean.': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1448904067; bh=96mMX7pxm4objZHi/OKDdya3oeS6mWg9EltXP9Myyuk=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=O4DZ1wEaDXmMR+POfylRZqiMXCYGje2TmQ/BfxNvW+OAm2EFoXvIz8RhnqjLPlwbz 7z1B33suZDQoRCObfi0UGs9SjloESLzJJB5bN7DcvkeJuFSGa/grqbGFDMdVlJ3b3y GcQagEhhWhee1072FEgK9Zv2beokqRTkTgwgayJg= |
| In-reply-to | <565C7A1B.2070202@oddbird.net> |
| Comments | In-reply-to Carl Meyer <carl@oddbird.net> message dated "Mon, 30 Nov 2015 09:32:27 -0700." |
| Content-ID | <17069.1448904046.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:21:07 +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:99747 |
Show key headers only | View raw
In a message of Mon, 30 Nov 2015 09:32:27 -0700, Carl Meyer writes: >Hi Laura, >I don't know what you mean by this. Venv is intended to do _exactly_ >what virtualenv does, only better. Unless by "what virtualenv does" you >mean "also support Python 2." That is exactly what I mean. >> I think it is only meant to be used by people who want to install >> packages but not site-wide, but I am not sure about that. > >I don't know what you mean by this either. Isn't the ability to "install >packages but not site-wide" precisely what virtualenv (and venv) give you? I rarely use it for that. What I nearly always want is different python interpreters. CPython, PyPy, Jython for anything from 2.6 to 3.6. 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