From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: wrap-python3: create more symlinks. Date: Fri, 29 Apr 2016 22:05:18 -0400 Message-ID: <20160430020518.GB13826@jasmine> References: <1461270199-8195-1-git-send-email-h.goebel@crazy-compilers.com> <1461270199-8195-2-git-send-email-h.goebel@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awKHq-0002BB-P9 for guix-devel@gnu.org; Fri, 29 Apr 2016 22:05:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awKHf-0007Lf-3O for guix-devel@gnu.org; Fri, 29 Apr 2016 22:05:33 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:44223) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awKHc-0007Im-RU for guix-devel@gnu.org; Fri, 29 Apr 2016 22:05:27 -0400 Content-Disposition: inline In-Reply-To: <1461270199-8195-2-git-send-email-h.goebel@crazy-compilers.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Hartmut Goebel Cc: guix-devel@gnu.org On Thu, Apr 21, 2016 at 10:23:19PM +0200, Hartmut Goebel wrote: > * gnu/pyckages/python.csm (wrap-python3): Create symlinks for > pip and python-config, too. [...] > +++ b/gnu/packages/python.scm > - `("python3" ,"pydoc3" ,"idle3") > - `("python" ,"pydoc" ,"idle")))))) > + `("python3" ,"pydoc3" ,"idle3" ,"pip3" ,"python3-config") > + `("python" ,"pydoc" ,"idle" ,"pip" ,"python-config")))))) Do any Pythonista's have any comments on this proposal?