Last answered:

08 Apr 2020

Posted on:

08 Apr 2020

0

Python error in importing openvc in vs code

Error - PS C:\Users\Balaji> conda activate base
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) [], CommandNotFoundExcepti
on
+ FullyQualifiedErrorId : CommandNotFoundException
 
1 answers ( 0 marked as helpful)
Instructor
Posted on:

08 Apr 2020

0
Hi Viraj, Thanks for reaching out.
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.
Where are you trying to write this? Is it in your command prompt or in the Anaconda prompt? You should make sure to open Anaconda prompt if you are on Windows  and Terminal on Mac OS or Linux. Best,
Iliya

Submit an answer