Every time I try to create a new environment with anaconda in the Windows Command Prompt I get this error:
File "<stdin>", line 1
conda create -n 11 python=3.6
^
SyntaxError: invalid syntax
I use this command to create the environment:
conda create -n 11 python=3.6