This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Conda has been installed - but can't be found file

Could pls anyone help: I have installed Miniconda as the way: wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh than I see this file now in terminal via ls -la -rw-rw-r-- 1 spectre spectre 66709754 jul 21 19:13 Miniconda3-latest-Linux-x86_64.sh but when I ask "conda env" conda: did not found

Does this mean that Miniconda was not installed? Or how to activate it? I already closed and opened terminal once more.

Thanks in advance,

install terminal miniconda not conda found

1 answer

You downloaded the installer, but did not install conda itself. Type:

./Miniconda3-latest-Linux-x86_64.sh

...and follow the instructions on screen.

Log in to answer this question.