help-guix
[Top][All Lists]
Advanced

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

Re: creating a profile with Musescore 4


From: Csepp
Subject: Re: creating a profile with Musescore 4
Date: Mon, 16 Jan 2023 19:50:40 +0100

Gottfried <gottfried@posteo.de> writes:

> [[PGP Signed Part:Undecided]]
> Hi,
>
> I did a
>
> guix package -i musescore -p projects/musescore.guix-profile
>
> and it created a profile
> ......................................
> then I loaded it
>
> export GUIX_PROFILE=/projects/musescore
>
> .........................................
>   but:
>
>  source "${GUIX_PROFILE}/etc/profile"
>
> did not work
>
> "no directory was found"
> .............................................
>
> How can I source my new profile?
>
> Because I couldn’t enter in it yet.
>
>
> Kind regards
>
> Gottfried
>
> [2. OpenPGP public key --- application/pgp-keys; 
> OpenPGP_0x61FAF349C9FB7F94.asc]...
>
> [[End of PGP Signed Part]]

Here is the error:
> export GUIX_PROFILE=/projects/musescore
/projects/musescore does not exist.

What you probably wanted to do was
export GUIX_PROFILE=$PWD/projects/musescore

My preference is to name all profiles ".guix-profile" and only have at
most one profile per directory.
This way I can load any of them by cd-ing to the directory and run
GUIX_PROFILE="$PWD/.guix-profile" source ".guix-profile/etc/profile"



reply via email to

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