If django is installed using pypm, would pydev detect it?

痴心易碎 提交于 2019-12-11 05:27:14

问题


i have recently asked a question

I rechecked and it seems that pydev does not detect django either, but i can import django in activepython interpreter. so if i installed django using pypm would pydev detect it?


回答1:


PyDev currently doesn't pick additions to the PYTHONPATH automatically, so, you have to re-configure your interpreter within PyDev (even if only the PYTHONPATH changed).

See: http://pydev.org/manual_101_interpreter.html



来源:https://stackoverflow.com/questions/7221154/if-django-is-installed-using-pypm-would-pydev-detect-it

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!