Всякий раз, когда я пытаюсь проверить наличие Conda, я получаю следующую ошибку:
Код: Выделить всё
conda : The term 'conda' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ conda activate base
+ ~~~~~
+ CategoryInfo : ObjectNotFound: (conda:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Однако, они не работали для меня. Я попытался настроить Conda на свой путь, но все равно получил ту же ошибку.
Подробнее здесь: https://stackoverflow.com/questions/650 ... term-conda