This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Conda appears different than yesterday

Hi,

So I tried to use conda in my linux ubuntu since yesterday to run some bioinformatics pipelines. It was working nice when trying to install different programs1.

But then, after several installation, my conda suddenly behaves very differently and poorly.

I tried removing and reinstalling the whole conda, but it is still the same 2.

Anyone have any solutions? Much appreciated!

linux conda

Something with network and conda itself. mamba is strongly recommended to replace conda.

# install mamba
conda install -c conda-forge mamba

# install other tools with mamba
mamba install -c bioconda xxx

0 answers

No answers yet.

Log in to answer this question.