From mboxrd@z Thu Jan 1 00:00:00 1970 From: sirgazil Subject: Re: How can I replace Python venv and pip with Guix? Date: Tue, 04 Feb 2020 08:00:00 -0500 Message-ID: <1701049401d.1293b0e6720556.5375911807886978669@zoho.com> References: <170082257a9.bbf196a73697.871070894081541659@zoho.com> <04CB4E79-C00C-41D8-BCAD-E188832D63EE@posteo.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60643) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iyxoK-0008Tc-TO for help-guix@gnu.org; Tue, 04 Feb 2020 08:00:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iyxoJ-0000ba-QG for help-guix@gnu.org; Tue, 04 Feb 2020 08:00:12 -0500 Received: from sender4-pp-o91.zoho.com ([136.143.188.91]:25168) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iyxoJ-0000Qi-GP for help-guix@gnu.org; Tue, 04 Feb 2020 08:00:11 -0500 In-Reply-To: <04CB4E79-C00C-41D8-BCAD-E188832D63EE@posteo.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: Moritz Lell Cc: help-guix ---- On Tue, 04 Feb 2020 02:36:39 -0500 Moritz Lell wrote= ---- > Hello! Hi, Moritz. > > =E2=80=A2 Once I deactivate this environment (Ctrl+D), how can I activ= ate it > >again? >=20 > You've already achieved that, as far as I understand. Because you use th= e --root option, the profile is registered in GUIX and will not be garbage = collected. See Well, the profile is created and persists, but, after deactivating the envi= ronment, how do I start an environment that uses that profile?=20 I'll take a look at what tanguy says, though (not using the environment com= mand for this at all).