when ever i run conda activate "C:\Users\user\anaconda3\envs\Conda3.9.5" in visual studio code i get this error:
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 "C:\Users\user\anaconda3\envs\Conda3.9.5"
+ ~~~~~
+ CategoryInfo : ObjectNotFound: (conda:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
when i use conda in pycharm it works fine without errors
python version: 3.9.5
os: windows 10