all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: melon <shack@muto.ca>
To: Julien Lepiller <julien@lepiller.eu>
Cc: help-guix@gnu.org
Subject: Re: Guix on a foreign distro (Mint) - List of packages is outdated and	not updatable
Date: Tue, 23 Apr 2019 13:26:45 -0600	[thread overview]
Message-ID: <87v9z4msju.fsf@muto.ca> (raw)
In-Reply-To: <8B304934-3334-4435-9ED4-EED604EC3294@lepiller.eu> (message from Julien Lepiller on Tue, 23 Apr 2019 09:36:30 +0200)

Hi, Julien,

Thank you for the help! This solved the problem. Just in case anyone with the same issue is
reading this mail archive in the future, I'll write my course of action
here:

'echo $PATH'
Gave me a very messy output. Apparently things like '.guix-profile/bin',
'.guix-profile/sbin' and '/usr/bin' were all shown multiple times. I
changed it to the following (by editing ~/.bashrc):

export
PATH="$HOME/.guix-profile/bin:$HOME/.guix-profile/sbin:$HOME/.config/guix/current/bin:$HOME/.bin/bin:/usr/bin:/bin"

After restarting BASH and running 'guix pull', all my packages are
once again up to date. Thank you again!

  reply	other threads:[~2019-04-23 19:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-23 20:02 Guix on a foreign distro (Mint) - List of packages is outdated and not updatable MutoShack
2019-04-23  7:36 ` Julien Lepiller
2019-04-23 19:26   ` melon [this message]
2019-05-06  2:57     ` Chris Marusich

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=87v9z4msju.fsf@muto.ca \
    --to=shack@muto.ca \
    --cc=help-guix@gnu.org \
    --cc=julien@lepiller.eu \
    /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.