I had to install the 64-bit version of Anaconda with python 3.5 in Windows 10. I followed the default settings (AppData/Continuum/Anaconda3). However, after ins
Do this by either going to my computer and then right clicking the background for the context menu > "properties". On the left side open "advanced system settings" or just search for "env..." in start menu ([Win]+[s] keys).
Then click on environment variables
If you struggle with this step read this explanation.
D:\path\to\anaconda3D:\path\to\anaconda3\ScriptsD:\path\to\anaconda3\Library\binD:\path\to\anaconda3 should be the folder where you have installed anaconda
Click [OK] on all opened windows.
If you did everything correctly, you can test a conda command by opening a new powershell window.
conda --version
This should output something like: conda 4.8.2