help-guix
[Top][All Lists]
Advanced

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

Re: creating a profile


From: Adriano Peluso
Subject: Re: creating a profile
Date: Thu, 19 Aug 2021 07:32:22 +0200

Il giorno mer, 18/08/2021 alle 19.48 +0200, Edouard Klein ha scritto:
> Hi !
> 
> You can pass the --profile option to most guix subcommands.
> 
> To install guile-commonmark in a profile, it would be a simple:
> 
> guix install --profile=/tmp/toto guile-commonmark
> 
> To install only its dependencies, the following bash one liner will do:
> 
> guix install --profile=/tmp/toto $(guix show guile-commonmark | grep
> dependencies: | sed -e 's/dependencies://')


Thank you ! 

But I think I found the answer I was looking for:

guix environment -r some/path/to/some_file

https://guix.gnu.org/zh-CN/manual/en/html_node/Invoking-guix-environment.html#Invoking-guix-environment






reply via email to

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