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


Groups > comp.lang.python > #66615 > unrolled thread

Re: Getting a stable virtual env

Started byJM <bobifle@gmail.com>
First post2014-02-17 18:26 +0100
Last post2014-02-17 18:26 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#66615 — Re: Getting a stable virtual env

FromJM <bobifle@gmail.com>
Date2014-02-17 18:26 +0100
SubjectRe: Getting a stable virtual env
Message-ID<mailman.7105.1392657976.18130.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web