
正文
python environ PYTHON_EGG_CACHE
提示:扫一扫查出行【扫一扫了解最新限行尾号】
复制提示
My first thought was "Wow, that's quite a long way of telling me to 'just quit.'" Not wanting to concede defeat, I did some quick Google searching to find that the following snippet of Python code would allow me program another day:
import os
os.environ['PYTHON_EGG_CACHE'] = '/tmp'
I'd like to pretend I know what that means but I really don't know. In any event, if you start receiving those errors, this snippet could be your ticket to taking a bite out of Python.






