enter a description of the image here. You have already installed Python in your environment so that your system can process your Python code. Anaconda can process your Python code. If you install Anaconda and expect to use python provided by Anaconda, then your system will be confused when assigning a code job. To avoid this confusion, there is always a way to indicate which Python you want. You can ask your OS to find a specific python by changing the path to your environment in Windows:
By removing the Python path, your Python will become invisible. Changing the path is more convenient than deleting.
If you have Python compilation software like Pycharm, things will be different. Pycharm can have python3.6 and your system is Python 3.5. You need to delete the path in these programs or remove the python specified by these programs.
Pyharm 
In fact, instead of registering Anaconda as a system python, you can install it first and then specify your Pycharm and system path to the Python Anaconda path. This way your Pycharm will use Python provided by Anaconda and the package and virtual environment you need. I edit this many times because I have a Great wall, so I cannot close something that pops up on my screen (because it's Blank). And all is not enough if I update. This is annoying.
My system path is Anaconda3 python36

Add Path to Pycharm

Or you cannot use these packages and the Anacon virtual environment

source share