Conda is not recognized as an external or internal command

Hi I am trying to create a virtual eviroment with anaconda in platformio when I write the command “conda” I get a message/ error " ‘conda’ is not recognized as an internal or an external command, operable program or batch file.
I use the path C:\WINDOWS\System32\cmd.exe (in platformio setting) and the strange thing is that it works perfectly fine in the command prompt. what is wrong?

Thanks ahead:)

  • what commands did you execute to create the virtual environment?
  • which version of python are you using?
  • that error message seems like a Powerhsell error message? Did you use cmd.exe or Powershell here?

What exact setting in PlatformIO have you changed there?