Start Using conda
0
0
Entering edit mode
16 months ago
Hayler Edu ▴ 40

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 • 595 views
ADD COMMENT
0
Entering edit mode

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

ADD REPLY
1
Entering edit mode

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.

ADD REPLY

Login before adding your answer.

Traffic: 2006 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6