問題點: 安裝 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