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: Mon, 03 Feb 2020 17:56:36 -0500 Message-ID: <1700d451826.11317682011034.4058430466276292306@zoho.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:40428) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iykeC-0001eX-Dh for help-guix@gnu.org; Mon, 03 Feb 2020 17:56:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iykeA-00032x-Fr for help-guix@gnu.org; Mon, 03 Feb 2020 17:56:51 -0500 Received: from sender4-pp-o91.zoho.com ([136.143.188.91]:25136) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iyke9-0002us-K6 for help-guix@gnu.org; Mon, 03 Feb 2020 17:56:50 -0500 In-Reply-To: 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: Zelphir Kaltstahl Cc: help-guix ---- 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 Trisquel and > getting Poetry installed through Pip. > > Also if it is any help, I can share my scripts for building Python with > everyone. I am planning to upload them to some repo later anyway. Thanks for the information, Zelphir, I didn't know about Poetry. But yeah, I want to use Guix for package management and for dealing with development environments, and for distribution, and for deployment, and for whatever else it can help me with :)