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


Groups > comp.lang.python > #66615

Re: Getting a stable virtual env

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <bobifle@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.052
X-Spam-Evidence '*H*': 0.90; '*S*': 0.00; '(python': 0.07; 'pypi': 0.07; 'subject:Getting': 0.07; 'python': 0.11; '2.7': 0.14; 'fine.': 0.16; 'pypi.': 0.16; 'subject:virtual': 0.16; 'trying': 0.19; 'tests': 0.22; 'creating': 0.23; 'text,': 0.24; 'guys': 0.24; 'cheers,': 0.24; 'environment': 0.24; 'question': 0.24; "i've": 0.25; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'lot.': 0.31; 'mirror': 0.31; 'figure': 0.32; 'run': 0.32; 'plain': 0.33; 'received:google.com': 0.35; 'version': 0.36; 'doing': 0.36; 'should': 0.36; 'server': 0.38; 'to:addr:python-list': 0.38; 'realize': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'future': 0.60; 'new': 0.61; 'address': 0.63; 'myself': 0.63; 'our': 0.64; 'removal': 0.74; 'protect': 0.79; 'installer': 0.84; 'absolutely': 0.87; 'story.': 0.93
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=CtNV5lj8cIoOkQxRy8rafb/+MGjgBbpJqNhG3zJugGY=; b=k+LnLD95KRsoKt2uIIaSFNmxwjdhUGoFLmzV3bqZJWEJ9MQuljcmizNYxHNiGI/eE1 gFFu6uuA3IxprqUyTFfRl30HdY0Py9/1QhW+PJjZ3iajK3NJODvx4ox5av3scrPQA154 8b4nI7bEGhGRk/55sE5XidLunA43/zT11m1YxE9/SYg747vnxfa8Vujo50V7bNBaeEXh QTCjZhd7ZsGocVwylmt4WdSbCO3/HqYIp1J0t1Vz79QjRPaFRbaG5tLiEfw5LbaJxQpI nviDKosq29e3rMgxHj2vhtsZ0jdIN7KS3NiA+t9CdD0rUsHgyWfrwvNqIDeDPqcbRPcv 6lJw==
MIME-Version 1.0
X-Received by 10.224.151.82 with SMTP id b18mr3772049qaw.102.1392657968098; Mon, 17 Feb 2014 09:26:08 -0800 (PST)
In-Reply-To <CAMPC5gHW0RcwAA_5TtDETo4YUJJzmAVNycAaN24gpaXMBRaYzA@mail.gmail.com>
References <CAMPC5gHW0RcwAA_5TtDETo4YUJJzmAVNycAaN24gpaXMBRaYzA@mail.gmail.com>
Date Mon, 17 Feb 2014 18:26:08 +0100
Subject Re: Getting a stable virtual env
From JM <bobifle@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
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.7105.1392657976.18130.python-list@python.org> (permalink)
Lines 44
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1392657976 news.xs4all.nl 2898 [2001:888:2000:d::a6]:46598
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:66615

Show key headers only | View raw


This one should be in plain text, sorry guys I'm trying to get used to
this new mail address and client.

Hi ppl,

I'm trying to figure out the whole virtualenv story.
Right now I'm using it to creating an environment for our upcoming
debian upgrade to squeeze.

I'm doing some tests in our current distrib (python 2.5).
I have come to realize that a lot of packages in the version I'm
interested in are not available anymore on pypi. The pip installer
fails a lot.

Squeeze features python 2.7 so I'm pretty sure that everything will
work fine. I've actually tested it. The question is, how do I protect
myself from future package removal ?
Do I absolutely need to run a local pypi server (I've seen some python
package doing this), and mirror all the packages I'm interested in ?

cheers,

JM

2014-02-17 14:21 GMT+01:00 P J <bobifle@gmail.com>:
> Hi ppl,
>
> I'm trying to figure out the whole virtualenv story.
> Right now I'm using it to creating an environment for our upcoming debian
> upgrade to squeeze.
>
> I'm doing some tests in our current distrib (python 2.5).
> I have come to realize that a lot of packages in the version I'm interested
> in are not available anymore on pypi. The pip installer fails a lot.
>
> Squeeze features python 2.7 so I'm pretty sure that everything will work
> fine. I've actually tested it. The question is, how do I protect myself from
> future package removal ?
> Do I absolutely need to run a local pypi server (I've seen some python
> package doing this), and mirror all the packages I'm interested in ?
>
> cheers,
>
> JM

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


Thread

Re: Getting a stable virtual env JM <bobifle@gmail.com> - 2014-02-17 18:26 +0100

csiph-web