I am using Visual Studio and trying to get a conda environment set up. I have successfully selected the interpreter from path through C:\Users\MyUserName\anaconda3\python however when I try and test to see if it is a conda environment by typing
conda
I receive the following error
ValueError: The python kernel does not appear to be a conda environment. Please use ``%pip install`` instead.
Does anyone know what I am doing wrong?