This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Start Using conda

Hello, I'm trying to use conda but I have a problem.

I install conda on my computer but when I try to create the envs I can do it because the terminal doesn't recognize the software.

enter image description here

When I use TAB the terminal recognizes conda but you can see that when I try to create the envs I has the output "conda: command not found"

conda

it looks like you need to activate base conda first, this will put conda in your path. Give the following a try:

$ conda activate
(base)$ conda create --name FASTQC

if you've activated base conda you will see your command line prompt change

No, if the binary is not in PATH then you cannot use it for the activation. If anything, it needs to be initialized. @OP, conda prints instructions to screen when installing it. I suggest to simply remove it, then install again and follow what it does. Open a new terminal after following all steps, this is a pure conda problem, please follow instructions and see their documentation.

0 answers

No answers yet.

Log in to answer this question.