I am trying to run python from the windows command prompt (windows 10). So the result is the typical one when the path environment variable is not configured
You can also run conda init as below,
conda init
C:\ProgramData\Anaconda3\Scripts\conda init cmd.exe
or
C:\ProgramData\Anaconda3\Scripts\conda init powershell
Note that the execution policy of powershell must be set, e.g. using Set-ExecutionPolicy Unrestricted.
Set-ExecutionPolicy Unrestricted