python - "KeyError: 'PYTHONPATH'" message when updating Anaconda packahes on Mac OS X -


each time try update anaconda (version 3.15.1) packages on mac (os x 10.10.4), following message:

error in sitecustomize; set pythonverbose traceback: keyerror: 'pythonpath'

the rest of updating process seems run normally, i'd figure out causes message , how remove it.

set pythonverbose environment variable suggested error message:

pythonverbose=1 conda update --all 

that should give full traceback, should tell file error coming from.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -