tonetheman's blog

getting anaconda working on win10

So odd for anaconda to put out something so broken but mistake do happen.

If you get an SSL error while trying to get anaconda to update/create or do anything with SSL.

set PATH=c:\programs\Anaconda\Library\bin;%PATH%

The fix is to get Library\bin ahead of everything else. Hopefully they will get time to fix it.

See here for where I found the information.