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


Groups > comp.lang.python > #66614

Getting a stable virtual env

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.060
X-Spam-Evidence '*H*': 0.88; '*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; 'cheers,': 0.24; 'environment': 0.24; 'question': 0.24; "i've": 0.25; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'lot.': 0.31; 'mirror': 0.31; 'figure': 0.32; 'run': 0.32; 'received:google.com': 0.35; 'version': 0.36; 'doing': 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; 'myself': 0.63; 'our': 0.64; 'removal': 0.74; 'protect': 0.79; '?do': 0.84; '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:date:message-id:subject:from:to:content-type; bh=CMx9YWSifJn8wZpaSB+LqE3MZqtJRzAvooPVmZqhL6o=; b=dKdkYmGcDipX4jv+aMuPPJK0j15aDSCJ1KW1ha4zlqoavLE+ZcgPsAcLWBjc0n4tDV DPea7OHWCAOlDGpVzgnABgaC452Orssn3m95ygnuka6Vl9BA0cWuvYSiHLTJhk+i0s4V cBvCmIUULvOsfAwO/aB55FLN/jX38mRVE7UykmvMAC2b6/Wvg9DXldnseJEhTYubm1wP YPkEJ20HT3dWXsB9kytbHSQFkkK7Kt3C0LQBP/+Jk9OhDuyBm/a0PV+uLGObvlu6uVFr WkNzLMOBGfhAUa1L4GRyQ1gJW9z1H1OpxpIcUOnhp4WG7dBPIteqhuAlmviQ5dhd7xqS 4jdA==
MIME-Version 1.0
X-Received by 10.224.125.4 with SMTP id w4mr2376421qar.68.1392643291295; Mon, 17 Feb 2014 05:21:31 -0800 (PST)
Date Mon, 17 Feb 2014 14:21:31 +0100
Subject Getting a stable virtual env
From P J <bobifle@gmail.com>
To python-list@python.org
Content-Type multipart/alternative; boundary=001a11c248f8ad313304f29a08e9
X-Mailman-Approved-At Mon, 17 Feb 2014 18:21:54 +0100
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.7104.1392657715.18130.python-list@python.org> (permalink)
Lines 43
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1392657715 news.xs4all.nl 2954 [2001:888:2000:d::a6]:43100
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:66614

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

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

Getting a stable virtual env P J <bobifle@gmail.com> - 2014-02-17 14:21 +0100

csiph-web