From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id aN9TFDHlvl9XJAAA0tVLHw (envelope-from ) for ; Wed, 25 Nov 2020 23:13:53 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id GHkdEDHlvl9NKwAA1q6Kng (envelope-from ) for ; Wed, 25 Nov 2020 23:13:53 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 8EA249403C9 for ; Wed, 25 Nov 2020 23:13:52 +0000 (UTC) Received: from localhost ([::1]:43600 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ki3yw-0007xu-9Z for larch@yhetil.org; Wed, 25 Nov 2020 18:13:50 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:57210) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ki3yo-0007xH-Dk for help-guix@gnu.org; Wed, 25 Nov 2020 18:13:42 -0500 Received: from mail-wr1-x42a.google.com ([2a00:1450:4864:20::42a]:36066) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ki3ym-0002sA-I7 for help-guix@gnu.org; Wed, 25 Nov 2020 18:13:42 -0500 Received: by mail-wr1-x42a.google.com with SMTP id z7so122080wrn.3 for ; Wed, 25 Nov 2020 15:13:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:in-reply-to:references:date:message-id :mime-version; bh=T8xHfwDa+NQjp4awo+B6Nup5fHrj2g9XqpjC6dNwuXk=; b=Xp58ny5JcNIg+5FRcqxkVloylpbELnnNjb0Nm40o+bTGbDAwuGyNBr3q+PaMJyYYGc eXdLXpM1oO6Uaq3s0ZYdNtpdFDkDo+cthpahxD3dIrMtmVqeiBetcHwJwRVv5QICECbj XkGNGWFV1LduRr5k8StXZ58lO8hzLb9JZUO2a1CqxX2thSGdsm8x58YX9gLOV0XF5aqD WvJs7W7IugcO7Gh4C3937SAMN+ZR3FpZzrB69+SX5aWWkeooFCSksjNXFmva3O5SgbzM bwDQd9WA5GRWP0Zi8Wft5tqRRSwUDxc3otfVy5f3Xej18YxTA4rkJBeQLkEKIzPS4YBD Vtqw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version; bh=T8xHfwDa+NQjp4awo+B6Nup5fHrj2g9XqpjC6dNwuXk=; b=uJpzSnwmMRQM2if46eP8xSo4vHoFySg2j+NiSxWwpd7wPpL5qiLjb7A0eOx33/8Xa9 AlFm99ogS39R+f6oF7ReMW943QY3ITLlcQvK9POSAzWe7AdS4q+A3Z+hidPqa70uVaqs jTsMETDi16dTnO06QjJC1UaEgz8oizN4CWVe3hleBDwXaYcZHF4knMQklxq8dKDOQSvp jBAJU48w5iyW8rV2t6mEVqT7HNaH4LJbGsFNRfMnVfjTaoRXVHoThnabQlG7AtIclwj4 d8trYlBTgfMetB8C9+h9IxS9zlAVE9q0Am9Sn2kyinis62xF+VQs8Fq6hYnYMhGQD2fJ qDqg== X-Gm-Message-State: AOAM5320KaUX+cp15WMg94reJC/Y17uH4eL4txnB1esO+724VnMeSq6I 14fuMH+gUEREkOTCo01eIz5JN0FS2QMM+A== X-Google-Smtp-Source: ABdhPJwzfITRKHDdbLkydYC5I+eU554lkOA/5Fzr06szTY4Hy1CRCozSGVSJ3+Zs4TzzQ/+KnBi3MQ== X-Received: by 2002:adf:8b8f:: with SMTP id o15mr213860wra.311.1606346018357; Wed, 25 Nov 2020 15:13:38 -0800 (PST) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id w10sm6471770wra.34.2020.11.25.15.13.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Nov 2020 15:13:37 -0800 (PST) From: zimoun To: Christopher Lam Subject: Re: Replacing python venv - environment or profile? In-Reply-To: References: <85r1oifz56.fsf@beadling.co.uk> <86v9dtsb1m.fsf@gmail.com> Date: Thu, 26 Nov 2020 00:09:11 +0100 Message-ID: <86k0u9rq3s.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2a00:1450:4864:20::42a; envelope-from=zimon.toutoune@gmail.com; helo=mail-wr1-x42a.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: help-guix@gnu.org Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20161025 header.b=Xp58ny5J; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -0.71 X-TUID: YpeDSDnSw0/a Dear, On Wed, 25 Nov 2020 at 22:54, Christopher Lam wrote: > I'd like to reproduce my current dev environment. Cool! Please report if you hit troubles. > Dependencies are https://wiki.gnucash.org/wiki/Installing_Dependencies The command guix environment gnucash instantiates an environment with all the inputs necessary to build it; namely, all the inputs that Guix uses to build it. And if you want to create a persistent profile with these dependencies: guix environment gnucash -r ~/gnucash-profile > My dev environment is emacs + magit ivy etc I miss your point and what you have tried to mean with: - similar tutorial for other text editors eg vscode All the best, simon