I am using Windows Subsystem for Linux (WSL). When I open the terminal, it is automatically in the conda base:
(base) user@DESKTOP:~$
I used conda deactivate
, and indeed the (base)
vanished from the front of my username:
user@DESKTOP:~$
Nevertheless, when I run conda env list
, the conda base is still activated, since the asterisk is present:
# conda environments:
#
base * /home/user/miniconda3
biom /home/user/miniconda3/envs/biom
cutadaptenv /home/user/miniconda3/envs/cutadaptenv
I have seen other questions in this website where people had issues with conda deactivate, like this and this, but they got error messages, while I did not.
I am sorry if I am not good and do not use the correct technical terms. Thank you all in advance.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…