Good afternoon everyone, how are you?
I am installing Miniconda to make use of Quiime 2. I am installing Miniconda in WSL, 64bit 86. When I finish the installation and try to activate conda, the following error message appears: -bash: eval: line 158: syntax error near unexpected token (' -bash: eval: line 158:
export CONDA_PROMPT_MODIFIER=‘(base) ‘’
Turns out the program is 139 lines and not 158. That part CONDA_PROMPT_MODIFIER=’(base)" doesn’t even exist inside bash. Can anyone help me with this? Or what am I doing wrong?
Thanks!