On Tue, Jan 6, 2026 at 12:10 PM Andreas Enge <[email protected]> wrote: > > Am Tue, Jan 06, 2026 at 11:42:50AM -0800 schrieb Andy Tai: > > calling "python" in the main program which is a python script. I > > can see via "which" that I have python3 in my $PATH but no "python." > > Could this be the same problem as > https://codeberg.org/guix/guix/issues/5401 ? > > Andreas >
yes, as commented in that bug issue, switching to pyproject-build-system for the python package in question fixes this. Thanks
