1

On the Linux server, I have my username that looks like below:

(base) [david@meteor ~]$

I tried installing some tools using conda with the following:

conda install -c bioconda

or

conda install -c conda-forge

Once all tools are installed I don't see my username and root, it looks like this:

(base)

Can anyone tell me what could be the problem here?

Vojtech Trefny
  • 16,922
  • 6
  • 24
  • 48
user9114
  • 11
  • 1

1 Answers1

1

I have just ecountered the same problem yesterday. First, you should initialize conda.

conda init bash

then, you need to source to update the current shell environment or to exit and restart the shell.

Cloud
  • 11
  • 2