Re: package exists but not showing

2022-12-02 Thread zimoun
Hi, On Thu, 01 Dec 2022 at 13:29, Tobias Geerinckx-Rice wrote: > On 1 December 2022 12:56:50 UTC, SeerLite sed: >>Perhaps `guix install` should disallow installing guix to avoid these common >>mistakes? > > I'm still in favour of merging #58583. WDYT? Yes, please merge. My point is to warn in

Re: package exists but not showing

2022-12-01 Thread Tobias Geerinckx-Rice
On 1 December 2022 12:56:50 UTC, SeerLite sed: >Perhaps `guix install` should disallow installing guix to avoid these common >mistakes? I'm still in favour of merging #58583. WDYT? Kind regards, T G-R Sent on the go. Excuse or enjoy my brevity.

Re: package exists but not showing

2022-12-01 Thread SeerLite
Perhaps `guix install` should disallow installing guix to avoid these common mistakes?

Re: package exists but not showing

2022-07-08 Thread Andy Tai
That seems to resolve the issue. Now guix is at $ which guix ~/.config/guix/current/bin/guix Hope this is the expected path. :) Thanks On Thu, Jul 7, 2022 at 11:38 PM ( wrote: > > On Fri Jul 8, 2022 at 6:16 AM BST, Andy Tai wrote: > > $ which guix > > ~/.guix-profile/bin/guix > > Run `guix r

Re: package exists but not showing

2022-07-08 Thread (
On Fri Jul 8, 2022 at 5:15 PM BST, Andy Tai wrote: > ~/.config/guix/current/bin/guix > > Hope this is the expected path. :) Thanks It is the correct path. That's where `guix pull` installs everything. -- (

Re: package exists but not showing

2022-07-08 Thread Ricardo Wurmus
Andy Tai writes: > Hi, I am running the latest mainline guix on top of Fedora. After doing > > guix pull && guix package -u > > I run into this situation: > > $ hash guix > $ which firefox > ~/.guix-profile/bin/firefox > $ guix show firefox > guix show: error: firefox: package not found > $ gu

Re: package exists but not showing

2022-07-07 Thread zimoun
Hi, On Thu, 07 Jul 2022 at 22:16, Andy Tai wrote: > $ which guix > ~/.guix-profile/bin/guix That’s odd. It means you are running the package guix, not the pulled guix which usually lives at ~/.config/guix/current/bin/guix Could you try: $ ~/.config/guix/current/bin/guix show firefox ? A

Re: package exists but not showing

2022-07-07 Thread (
On Fri Jul 8, 2022 at 6:16 AM BST, Andy Tai wrote: > $ which guix > ~/.guix-profile/bin/guix Run `guix remove guix` ;) You're not supposed to install guix using `guix install`; it's updated when you `guix pull`. -- (

Re: package exists but not showing

2022-07-07 Thread Andy Tai
$ which guix ~/.guix-profile/bin/guix Firefox comes from a channel that is not part of guix, whose configuration shall have been stable for a long time. On Thu, Jul 7, 2022 at 10:05 PM Julien Lepiller wrote: > > Can you show us "which guix"? Alse firefox is not part of guix, but it's in a > cha

Re: package exists but not showing

2022-07-07 Thread Julien Lepiller
Can you show us "which guix"? Alse firefox is not part of guix, but it's in a channel. Maybe your channel configuration changed recently? On July 8, 2022 6:34:57 AM GMT+02:00, Andy Tai wrote: >Hi, I am running the latest mainline guix on top of Fedora. After doing > >guix pull && guix package -

package exists but not showing

2022-07-07 Thread Andy Tai
Hi, I am running the latest mainline guix on top of Fedora. After doing guix pull && guix package -u I run into this situation: $ hash guix $ which firefox ~/.guix-profile/bin/firefox $ guix show firefox guix show: error: firefox: package not found $ guix package --list-installed|grep firefox f