[pypy-dev] curses_cffi and others

Samuele Pedroni samuele.pedroni at gmail.com
Fri Mar 8 22:45:46 CET 2013


hi, think so, here is what I get if I try to install the versions already
there with their egg-info files:

$ pip install argparse==1.2.1
Requirement already satisfied (use --upgrade to upgrade): argparse==1.2.1
in /usr/lib/python2.7
Cleaning up...
$ pip install wsgiref==0.1.2
Requirement already satisfied (use --upgrade to upgrade): wsgiref==0.1.2 in
/usr/lib/python2.7
Cleaning up...


On Fri, Mar 8, 2013 at 10:24 PM, Armin Rigo <arigo at tunes.org> wrote:

> Hi Samuele,
>
> On Tue, Mar 5, 2013 at 9:05 PM, Samuele Pedroni
> <samuele.pedroni at gmail.com> wrote:
> > part of what cpython does (did?) in this sort of cases is to ship a
> > *.egg-info for the package that has an external existence as well, like
> in
> > CPython2.7 you can see there are .egg-info files for wsgiref and
> argparse in
> > the stdlib dir.
>
> Thanks for the tip.  The presence of the .egg-info file is enough to
> convince both pip and easy_install that the package is already
> installed?
>
>
> A bientôt,
>
> Armin.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20130308/13a7e74f/attachment.html>


More information about the pypy-dev mailing list