Learning from this post , I understand that installing Anaconda on Windows 10 PC will automatically install Python compiler, so we don't need to install Python separately after we install Anaconda. Sounds good.
I install Anaconda and then start the Navigator.
Then I launch CMD.exe from Anaconda Navigator and type python --version
to check the python compiler installed on my machine. So far so good.
Then I start CMD.exe manually from windows 10 as Administrator (Click Start --> Type CMD manually --> Right Click --> Run as Administrator).
Then I type python --version
, it shows "Not Found".
Does it mean that when installing Anaconda , Python is available only within Anaconda platform? Not globally anywhere within the Windows OS ?