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: export LC_ALL=C

2022-10-24 Thread Tobias Geerinckx-Rice
Tobias Geerinckx-Rice 写道: such at /etc/profile …such as… The also do not propagate They also… Tired, T G-R signature.asc Description: PGP signature

Re: export LC_ALL=C

2022-10-24 Thread Felix Lechner via
Hi, On Mon, Oct 24, 2022 at 6:30 AM Luis Felipe wrote: > > LANG=C guix describe I also think it's the clearest recommendation for someone new to locales, but it may not adjust the order of months and days in dates or other cultural conventions. LC_ALL changes all six categories described here

Re: export LC_ALL=C

2022-10-24 Thread Luis Felipe
Hi Gottfried, --- Original Message --- On Monday, October 24th, 2022 at 12:17, Gottfried wrote: > Hi Guixers, > > somebody wrote to me to do a: > > export LC_ALL=C > > to get the output in English, because I am using German. > > Unfortunatelly I lost this email. What I do is s

Re: export LC_ALL=C

2022-10-24 Thread Tobias Geerinckx-Rice
Hi Gottfried, I hope this strikes the right balance between explaining ‘environment variables’ from scratch and answering your immediate question. Gottfried 写道: 1. Will this now overwrite my variables for ever, or only for some time? Environment variables are not saved. They can be *set*