all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Parnikkapore via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 61329@debbugs.gnu.org
Subject: bug#61329: Info
Date: Wed, 08 Feb 2023 10:07:40 +0000	[thread overview]
Message-ID: <D4CE493C-8F32-41E4-9D90-0DA698B1791B@yahoo.com> (raw)
In-Reply-To: <CAJJreHT55MLwwdE5GjMU_KUN7a5wEvEV0nwWmzA7iWNq5YXG8w@mail.gmail.com>

Hello, and welcome to Guix!

The "proper" way to run software installed using Guix is to activate the Guix profile; see https://guix.gnu.org/manual/en/html_node/Getting-Started.html for details. This sets $PATH for you, along with other environment variables that make sure e.g. new man pages can be found.

For setting $PATH manually, "~" is a shorthand for your home directory, so one of these two should work:

a)
PATH=$PATH:/home/hub_galli/mfrancesconi/.guix-profile/bin
export PATH

b)
PATH=$PATH:~/.guix-profile/bin
export PATH

Hope this helps!




  reply	other threads:[~2023-02-08 10:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <D4CE493C-8F32-41E4-9D90-0DA698B1791B.ref@yahoo.com>
2023-02-06 13:36 ` bug#61329: Info Michela Francesconi
2023-02-08 10:07   ` Parnikkapore via Bug reports for GNU Guix [this message]
2023-02-08 13:57   ` Simon Tournier

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=D4CE493C-8F32-41E4-9D90-0DA698B1791B@yahoo.com \
    --to=bug-guix@gnu.org \
    --cc=61329@debbugs.gnu.org \
    --cc=poomklao@yahoo.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.