Matthew Miller wrote:
On Tue, Jan 14, 2020 at 12:00:43PM -0500, Hiisi wrote:
`dnf repoquery --whatprovides /etc/bash_completion.d/conda` returns no results, which means no package in the Fedora distribution provides that.
Thank you, Matthew. I was trying to query dnf before posting with the same results. Shall I report a bug with fedora bug tracker on with conda folks?
Yep!
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.