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?