Hi Thomas,
Good to hear you got it working!
On 4/12/26 21:32, Thomas Danckaert wrote:
Hi Reza & Hugo,
From: Hugo Buddelmeijer <[email protected]>
Perhaps include python-wrapper too, since
otherwise patch-shebang might only recognize 'python3', not 'python'
I saw this python-wrapper, but it's not clear to me what it's for, and I
couldn't find information in the Guix info manual. Is the purpose of
python-wrapper explained somewhere? (I got everything to work without it)
python-wrapper just adds a symlink from python3 to python, similar to
pip and pydoc. So any script with a shebang of "#!/usr/bin/env python"
will be converted properly.
I don't think python-wrapper is documented properly; it would probably
be good to do that.
Hugo