问题点: 安装 eclipse + pydev的时候出现
Error in sitecustomize; set PYTHONVERBOSE for tracaeback: KeyError: 'sitecustomize'

解决方案:
在eclipse的plugins文件中找到这个文件: sitecustomize.py

并重新命名为 sitecustomize_back.py

问题解决

参考:https://stackoverflow.com/questions/32321973/after-installing-anaconda-i-get-constant-keyerror-pythonpath-messages