


I have tried both WSL1/2 and Ubuntu-22.04/20.04, but suffered the same issue. (new) (base) more, I cannot install packages in a new environment. bash: syntax error near unexpected token `(' # To deactivate an active environment, use (base) conda create -n newĬollecting package metadata (current_repodata.json): doneĮnvironment location: /root/miniconda3/envs/new Installation Instructions Linux Install These instructions explain how to install Anaconda on a Linux system. (base) this conda, once activating the new environment, it shows both names of the new and base environments. bash: eval: line 141: `export CONDA_PROMPT_MODIFIER='(base) '' However, after initiating Conda, every time launching the terminal, it shows -bash: eval: line 141: syntax error near unexpected token `(' The installer didn't make anything there either.I install Conda following the official manual on WSL Ubuntu in my desktop. I also tried installing anaconda to other places like ~/temp/anaconda3 just to see what happened. I still get nada when I try to run a conda command, command is still not found.

By using sudo -i and going to /root/ I can see that /root/anaconda3 exists but from what I understand, these are binaries and not where your conda path should go to, right? There is a /root/anaconda3/bin/conda executable if I put something like

Also, the ~/anaconda3 folder does not exist, so if I do any conda commands in terminal, it obviously fails ( conda: command not found). There is no mention of conda or anaconda anywhere. No change /root/anaconda3/etc/profile.d/conda.csh No change /root/anaconda3/lib/python3.8/site-packages/xontrib/conda.xsh No change /root/anaconda3/shell/condabin/conda-hook.ps1 No change /root/anaconda3/shell/condabin/Conda.psm1 No change /root/anaconda3/etc/fish/conf.d/conda.fish No change /root/anaconda3/etc/profile.d/conda.sh It asks if I want to do conda init, I say yes, and this is the result: no change /root/anaconda3/condabin/conda I scroll through the license and try to install at the default /root/anaconda3 without changing anything.
