all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Csepp <raingloom@riseup.net>
To: Gottfried <gottfried@posteo.de>
Cc: help-guix@gnu.org
Subject: Re: creating a profile with Musescore 4
Date: Mon, 16 Jan 2023 19:50:40 +0100	[thread overview]
Message-ID: <87y1q2xqes.fsf@riseup.net> (raw)
In-Reply-To: <da81ffcf-c64d-9131-7f3a-1fe1d91bd5b4@posteo.de>


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	other threads:[~2023-01-16 18:53 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-16 17:16 creating a profile with Musescore 4 Gottfried
2023-01-16 18:50 ` Csepp [this message]
2023-01-17 16:43   ` Gottfried
2023-01-18 11:04     ` Efraim Flashner
2023-01-19 13:07       ` Gottfried
2023-01-19 13:33         ` Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y1q2xqes.fsf@riseup.net \
    --to=raingloom@riseup.net \
    --cc=gottfried@posteo.de \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.