Hi,
On Tue, 07 Feb 2023 at 10:06, Gottfried <[email protected]> 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