On Wed, 16 Nov 2022 15:19:10 +0100 Andreas Enge <[email protected]> wrote: > 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 >
Andreas and paren, Thanks for the replies and examples. Much appreciated! I imagine this does not include python packages like jrnl, khal, clikan, t-todo-manager, gajim etc?
