bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU Bazaar doesn't support the GNU build system


From: Ludovic Courtès
Subject: Re: GNU Bazaar doesn't support the GNU build system
Date: Sat, 19 Jan 2013 14:46:19 +0100
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux)

Nikita Karetnikov <address@hidden> skribis:

>> Like this: (system* "python" "setup.py" "install").
>
> Could you elaborate?

‘system*’ is a Guile procedure that works like system(3), except that it
executes the command directly, instead of via a shell.  So:

  (system* "python" "setup.py" "install")

runs the program ‘python’, found in $PATH, with the two arguments that
follow.

Does that clarify?

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]