Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.9k views
in Technique[技术] by (71.8m points)

Deactivate conda base in Ubuntu for Windows

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...