From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: GNU Bazaar doesn't support the GNU build system Date: Sat, 19 Jan 2013 14:46:19 +0100 Message-ID: <87wqv91e1g.fsf@gnu.org> References: <87r4lj7ziv.fsf@karetnikov.org> <87fw1y7i1n.fsf@gnu.org> <87libp8zkl.fsf@karetnikov.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwYkY-0000wl-Sh for bug-guix@gnu.org; Sat, 19 Jan 2013 08:46:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TwYkX-0002o8-8t for bug-guix@gnu.org; Sat, 19 Jan 2013 08:46:22 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:35208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TwYkX-0002o1-1x for bug-guix@gnu.org; Sat, 19 Jan 2013 08:46:21 -0500 In-Reply-To: <87libp8zkl.fsf@karetnikov.org> (Nikita Karetnikov's message of "Sat, 19 Jan 2013 01:19:24 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Nikita Karetnikov Cc: bug-guix@gnu.org Nikita Karetnikov skribis: >> Like this: (system* "python" "setup.py" "install"). > > Could you elaborate? =E2=80=98system*=E2=80=99 is a Guile procedure that works like system(3), e= xcept that it executes the command directly, instead of via a shell. So: (system* "python" "setup.py" "install") runs the program =E2=80=98python=E2=80=99, found in $PATH, with the two arg= uments that follow. Does that clarify? Thanks, Ludo=E2=80=99.