help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (length all-python-packages)


From: Andreas Enge
Subject: Re: (length all-python-packages)
Date: Wed, 16 Nov 2022 15:19:10 +0100

Hello,

Am Tue, Nov 15, 2022 at 08:36:35PM +0000 schrieb (:
> For me, this returns "2749".

more crudely, I tried this on the command line:
   ./pre-inst-env guix package -A ^python | wc
which returns 2165, or
   ./pre-inst-env guix package -A ^python- | wc
which excludes python2-packages and returns 2140, or
   ./pre-inst-env guix package -A ^python- | awk '{print $1}' | uniq | wc
which excludes duplicate package versions and returns 2091.

It looks like we have a lot of python packages that do not admit it
in their name :)

Andreas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]