On Tue, Jan 14, 2020 at 1:13 PM Todd Zullinger tmz@pobox.com wrote:
<--SNIP-->
I'd probably start with a Fedora bug. It looks like the conda tarball contains the bash_completion.d file¹, but it's not installed with the package. So either that should be fixed (or if there's a reason to not include the file, then conda should be patched so init doesn't try to reference that file).
A further improvement might be for upstream to use the preferred location for completions via:
pkg-config --variable=completionsdir bash-completion¹ conda/shell/etc/bash_completion.d/conda in the current conda-4.8.0 tarball.
-- Todd _______________________________________________
Thanks, Todd! The bug has been submitted: https://bugzilla.redhat.com/show_bug.cgi?id=1791068