I have Fedora 40 and I installed conda using the dnf package manager. Why does conda init require a sudo authorization? I have worked with conda (forge) on darwin where it does not require a sudo authorization for conda init
If someone could throw light on this matter, it will be great.
I would prefer to run conda without su privileges.
This isn’t a Fedora specific issue from what I know. Using conda on Linux generally asks for sudo permissions. I assume it is because it wants to modify some system files—probably the bash completion scripts. I haven’t able to find any information in the coda docs, unfortunately but the sources suggest it tries to update system paths: