"conda" is not recognized as an internal or external command, program or batch file executable

3

I am installing tensor flow for python 3.6. I'm installing it with the Anaconda method ( link ) when trying to execute this command:

C:> conda create -n tensorflow python=3.5 

I get this error:

"conda" no se reconoce como un comando interno o externo, programa o archivo por lotes ejecutable.
    
asked by isalvinator 15.12.2017 в 00:10
source

2 answers

0

When you installed anaconda, in a step you did not select the option to add anaconda directly to the address that appears by default at the command prompt. Possibly you did it because it was not recommended because it could cause conflicts with other applications, but that is not very likely ... perform step # 5 of the following link:

link

    
answered by 27.12.2017 в 07:13
0

Locate the Anaconda folder and put the address in path , in system variables.

For example, my folder is located in C:\Anaconda3 and therefore the scripts in C:\Anaconda3\Scripts ,

  • go to pc information,
  • then advanced system configuration,
  • then environment variables,
  • in system variables you are looking for PATH,
  • there you put the addresses starting with a semicolon: ;C:\Anaconda3;C:\Anaconda3\Scripts

I hope it serves you.

    
answered by 04.04.2018 в 02:42