I installed Anaconda (added to path) but when I try to run Python from the cmd, I get the following message:
Warning: This Python interpreter is in a conda environme
Follow below steps
1)open cmd and type "conda activate base"
2)then type python
Which will satisfy your problem