I am trying to run Anaconda Python in a command prompt. However, when I do, I get:
This Python interpreter is in a conda environment, but the environment has not been activated. Libraries may fail to load. To activate this environment please see https://conda.io/activation
I have tried to run
conda base activate
and
<path to Anaconda>\Scripts\activate base
from within the Windows command prompt and it does nothing. How can I fix this?