+3 votes
in Operating Systems by (40.5k points)
I installed Anaconda on my Ubuntu machine. Now, whenever I open the terminal, it shows '(base)' at the start of the command prompt. How can I disable it so that it does not show '(base)'?

1 Answer

+3 votes
by (349k points)
selected by
 
Best answer

You need to deactivate conda. Then it will not show '(base)' at the start of the command prompt.

Run the following command at the terminal, which should solve the problem.

conda deactivate

Related questions

+2 votes
1 answer
+4 votes
1 answer
+1 vote
1 answer
asked Sep 20, 2022 in Programming Languages by kush (40.5k points)
+4 votes
1 answer

...