Re: How can I replace Python venv and pip with Guix?

2020-02-03 Thread Moritz Lell
Hello! > • Once I deactivate this environment (Ctrl+D), how can I activate it >again? You've already achieved that, as far as I understand. Because you use the --root option, the profile is registered in GUIX and will not be garbage collected. See guix gc --list-roots Cheers, Moritz

Re: guix browsers timezones are set to GMT

2020-02-03 Thread Ben Sturmfels
Hi Divan, On 4/2/20 3:57 am, di...@santanas.co.za wrote: > I see timezones in browsers on my guix system are set to GMT. > > An example would be qutebrowser and guessing ungoogled-chromium which > use qtwebengine. > > Example website is browsing to > https://play.grafana.org/d/00012/grafana-

Re: How can I replace Python venv and pip with Guix?

2020-02-03 Thread sirgazil
On Mon, 03 Feb 2020 16:09:19 -0500 Zelphir Kaltstahl wrote > Hi, > > I know you asked something else, but want to mention this: You could use > Poetry to make reproducible environments for Python. Only yesterday I > have been through the process of building Python 3.8.1 on Trisqu

How to get libtool for gcc-9?

2020-02-03 Thread Moritz Lell
Hello, When I use an environment like LC_ALL=C guix environment --ad-hoc \ gcc-toolchain libtool grep which coreutils I get gcc --version | head -n1 # gcc (GCC) 9.2.0 but libtool looks for gcc-7.4.0 libraries: grep 'gcc-.*\ ' `which libtool` | sed 's/ /\n /g' # sys

guix browsers timezones are set to GMT

2020-02-03 Thread divan
Hi Guix I see timezones in browsers on my guix system are set to GMT. An example would be qutebrowser and guessing ungoogled-chromium which use qtwebengine. Example website is browsing to https://play.grafana.org/d/00012/grafana-play-home?orgId=1 in qutebrowser one can run ":jseval alert(ne

Re: How can I replace Python venv and pip with Guix?

2020-02-03 Thread Zelphir Kaltstahl
Hi, I know you asked something else, but want to mention this: You could use Poetry to make reproducible environments for Python. Only yesterday I have been through the process of building Python 3.8.1 on Trisquel and getting Poetry installed through Pip. Also if it is any help, I can share my sc

Re: Automated system upgrade

2020-02-03 Thread sirgazil
On Mon, 03 Feb 2020 13:16:17 -0500 Gábor Boskovits wrote > Hello, > > Jimmy Thrasibule ezt írta (időpont: 2020. > febr. 3., H, 13:37): > > > > Hi, > > > > I would like to know about the best way one would automate a Guix system > > reconfiguration. The idea is to put the sys

Re: Automated system upgrade

2020-02-03 Thread Gábor Boskovits
Hello, Jimmy Thrasibule ezt írta (időpont: 2020. febr. 3., H, 13:37): > > Hi, > > I would like to know about the best way one would automate a Guix system > reconfiguration. The idea is to put the system configuration stanza into a > Git repository and then having the systems regularly pull from

Automated system upgrade

2020-02-03 Thread Jimmy Thrasibule
Hi, I would like to know about the best way one would automate a Guix system reconfiguration. The idea is to put the system configuration stanza into a Git repository and then having the systems regularly pull from this repository and reconfigure. The way I see it so far would take the following