help-guix
[Top][All Lists]
Advanced

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

Re: attempt to create a profile


From: zimoun
Subject: Re: attempt to create a profile
Date: Tue, 07 Feb 2023 12:03:42 +0100

Hi,

On Tue, 07 Feb 2023 at 10:06, Gottfried <gottfried@posteo.de> wrote:

> I created a profile with one package "Musescore" in:
>
> home/gfp/Projekte/Musescore

[...]

> ..........................................................
>
> I should get into my profile with:
>
> source path/to/some-profile/etc/profile
>     …do some stuff…
>     exit
>
> Instead, you can run
>      guix shell -p path/to/some-profile
>      …do some stuff…
>      exit
> ..........................................................
>
> What does it mean in my case?

It means that you can activate the profile containing the Musescore package 
using

    source /home/gfp/Projekte/Musescore/etc/profile

or either

    guix shell -p /home/gfp/Projekte/Musescore

Does it make sense?

Cheers,
simon



reply via email to

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