Entering edit mode
24 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.
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"
it looks like you need to activate base conda first, this will put
conda
in your path. Give the following a try: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.