From: "Ludovic Courtès" <ludo@gnu.org>
To: Leo Famulari <leo@famulari.name>
Cc: 45039@debbugs.gnu.org, Holger Peters <holger.peters@posteo.de>
Subject: [bug#45039] [PATCH] Remove duplicate path declaration
Date: Mon, 07 Dec 2020 10:04:12 +0100 [thread overview]
Message-ID: <87v9de0yyb.fsf@gnu.org> (raw)
In-Reply-To: <X8qKYcAvMM7Hyjvb@jasmine.lan> (Leo Famulari's message of "Fri, 4 Dec 2020 14:13:37 -0500")
Hi,
Leo Famulari <leo@famulari.name> skribis:
> On Fri, Dec 04, 2020 at 10:51:37AM +0100, Holger Peters wrote:
>> * doc/guix.texi: Fixup path declaration.
>
>> @example
>> -GUIX_PROFILE="$HOME/.config/guix/current/etc/profile"
>> +GUIX_PROFILE="$HOME/.config/guix/current"
>> . "$GUIX_PROFILE/etc/profile"
>> @end example
>
> Thanks! That example is definitely not right...
Indeed; applying.
> However, it doesn't seem right to me either that GUIX_PROFILE should
> point to '~/.config/guix/current/etc/profile'. That profile won't
> contain anything useful related to packages the user installs. Compare
> it to the contents of '~/.guix-profile/etc/profile' to see what I mean.
Note that GUIX_PROFILE here is a shell variable, not an environment
variable. It value matters only for the “.” that immediately follows.
After that, it no longer matters.
> I alo was curious about the preceding paragraph, which states "Unless
> you’re on Guix System, the first time you run guix pull, be sure to
> follow the hint that the command prints [...]". I re-installed Guix on a
> Debian system and it prints this instead:
>
> ------
> hint: Consider setting the necessary environment variables by running:
>
> GUIX_PROFILE="/root/.guix-profile"
> . "$GUIX_PROFILE/etc/profile"
>
> Alternately, see `guix package --search-paths -p "/root/.guix-profile"'.
> ------
>
> CC-ing Ludovic (who wrote this section) for clarification.
Isn’t it what ‘guix install’ printed rather than what ‘guix pull’
printed?
For example, look:
--8<---------------cut here---------------start------------->8---
$ guix pull -p /tmp/g
[…]
building profile with 1 package...
hint: Consider setting the necessary environment variables by running:
GUIX_PROFILE="/tmp/g"
. "$GUIX_PROFILE/etc/profile"
Alternately, see `guix package --search-paths -p "/tmp/g"'.
hint: After setting `PATH', run `hash guix' to make sure your shell refers to `/tmp/g/bin/guix'.
--8<---------------cut here---------------end--------------->8---
The hint is about this very profile, not about ~/.guix-profile.
Thanks,
Ludo’.
next prev parent reply other threads:[~2020-12-07 9:06 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-04 9:44 [bug#45039] Duplicate folders in docs Holger Peters
2020-12-04 9:51 ` [bug#45039] [PATCH] Remove duplicate path declaration Holger Peters
2020-12-04 19:13 ` Leo Famulari
2020-12-04 20:46 ` zimoun
2020-12-04 21:15 ` Leo Famulari
2020-12-04 21:30 ` zimoun
2020-12-07 9:04 ` Ludovic Courtès [this message]
2020-12-07 19:31 ` Leo Famulari
2021-07-16 2:09 ` bug#45039: Duplicate folders in docs Maxim Cournoyer
2020-12-04 18:59 ` [bug#45039] " zimoun
2020-12-04 19:01 ` zimoun
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87v9de0yyb.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=45039@debbugs.gnu.org \
--cc=holger.peters@posteo.de \
--cc=leo@famulari.name \
/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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).