Conda requires coreutils as a runtime dependency

  • Open
  • quality assurance status badge
Details
One participant
  • Hugo Buddelmeijer
Owner
unassigned
Submitted by
Hugo Buddelmeijer
Severity
normal

Debbugs page

Hugo Buddelmeijer wrote 2 years ago
(address . bug-guix@gnu.org)
CA+Jv8O1z7vNHmrLYMd88=dMxPcuE20TJbE+ZLVjo=XqL4ex3iA@mail.gmail.com
Hi all,

Conda requires coreutils as a runtime dependency:

hugo@alex ~/t $ guix shell -C conda
hugo@alex ~/t [env]$ conda init bash
# ignore errors
hugo@alex ~/t [env]$ source ~/.bashrc
sh: dirname: command not found
sh: dirname: command not found

The "dirname" errors go away when coreutils is added to the "guix shell"
command.

(Note, several other errors appear, those are reported in different bug
reports. These also explain the above set of commands.)

Cheers,
Hugo
Attachment: file
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 59775@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 59775
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help