Re: program prepared with `guix pack` unusable by end users

2022-10-26 Thread Csepp
Wojtek Kosior via writes: > [[PGP Signed Part:Undecided]] > My problem has been solved. It turned out the Python interpreter > contained within the pack was finding an older version of `hydrilla` > Python package installed in `~/.local/lib/python3.9/site-packages` and > that older version was

Fwd: export LC_ALL=C

2022-10-26 Thread Gottfried
sincere thanks Gottfried a good explanation is always useful, also for others who will look in the history. Am 24.10.22 um 14:40 schrieb Tobias Geerinckx-Rice: Hi Gottfried, I hope this strikes the right balance between explaining ‘environment variables’ from scratch and answering your

Re: export LC_ALL=C

2022-10-26 Thread Gottfried
sincere thanks Gottfried Am 24.10.22 um 15:19 schrieb Luis Felipe: Hi Gottfried, --- Original Message --- On Monday, October 24th, 2022 at 12:17, Gottfried wrote: What I do is set the LANG variable to C. For example, in a terminal, you'd run: LANG=C guix describe And you'd get

Re: program prepared with `guix pack` unusable by end users

2022-10-26 Thread Wojtek Kosior via
My problem has been solved. It turned out the Python interpreter contained within the pack was finding an older version of `hydrilla` Python package installed in `~/.local/lib/python3.9/site-packages` and that older version was missing the `console_scripts` entry point that was being loaded. It's