Add Anaconda To Path -
If you see the version number, it means Anaconda has been successfully added to your PATH.
conda --version
But the installer does not want you to check it. Below the checkbox, the text turns a cautionary red. It warns of "potential problems." It speaks of conflicts with other software. It suggests that the "recommended" path is the harder road—manually navigating to folders or using the specialized "Anaconda Prompt." add anaconda to path
Anaconda is what developers call an "opinionated" distribution. It comes with its own versions of Python, its own package manager ( conda ), and its own libraries. If you see the version number, it means
conda --version

