all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: zimoun <zimon.toutoune@gmail.com>
To: wisdomlight@protonmail.com
Cc: "help-guix@gnu.org" <help-guix@gnu.org>
Subject: Re: what does this mean??
Date: Thu, 16 Jan 2020 17:25:07 +0100	[thread overview]
Message-ID: <CAJ3okZ2xOHrXLt5uL_Z-h2widHv67e7UKamBmfBoQX-pKMehqw@mail.gmail.com> (raw)
In-Reply-To: <w31wstQl9f61sE1Fh8VbAsxY-sf8SSDNC6bdu7EZcuj6dNPLPteejZrdgRmHJ12t4JJCFz0LntVvfB8fqZa7KWV4wlvwWkm0NSrNjxZa_XI=@protonmail.com>

Hi Sherab,

On Wed, 15 Jan 2020 at 22:55, wisdomlight--- via <help-guix@gnu.org> wrote:


> what PATH do i need to set?
> How?
> How do I make sure the shell refers to ´/home/sherab/.config/guix/current/bin/guix  ´  ??

You need to do the hint. :-)

Then for example, at the bottom of my ~/.basrc file, I have these lines:

--8<---------------cut here---------------start------------->8---
if [ -n "$GUIX_ENVIRONMENT" ]
then
    export PS1="\n[env]\n\w/\n\u@\h$ "
else
    source ~/.bash_profile
fi
--8<---------------cut here---------------end--------------->8---

And my ~/.bash_profile contains at least:

--8<---------------cut here---------------start------------->8---
export PATH="$HOME/.guix-profile/bin:$HOME/.guix-profile/sbin${PATH:+:}$PATH"

# the latest version lives there
# needs to be first in the PATH
export PATH="$HOME/.config/guix/current/bin${PATH:+:}$PATH"

export INFOPATH="$HOME/.guix-profile/share/info${INFOPATH:+:}$INFOPATH"
export INFOPATH="$HOME/.config/guix/current/share/info${INFOPATH:+:}$INFOPATH"

export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale
#export LOCPATH=$HOME/.guix-profile/lib/locale
# from: https://github.com/pjotrp/guix-notes/blob/master/INSTALL.org#set-locale
#export LC_ALL=en_GB.UTF-8      # locale fix?
export LANG=en_GB.UTF-8         # locale fix
--8<---------------cut here---------------end--------------->8---


Hope that helps.

simon

      parent reply	other threads:[~2020-01-16 16:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-15 21:55 what does this mean?? wisdomlight--- via
2020-01-15 22:09 ` Ricardo Wurmus
2020-01-16 16:25 ` zimoun [this message]

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=CAJ3okZ2xOHrXLt5uL_Z-h2widHv67e7UKamBmfBoQX-pKMehqw@mail.gmail.com \
    --to=zimon.toutoune@gmail.com \
    --cc=help-guix@gnu.org \
    --cc=wisdomlight@protonmail.com \
    /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.