如果使用 pypm 安装 django,pydev 会检测到它吗?
我重新检查了一下,似乎 pydev 没有检测到django 也可以,但我可以在 activepython 解释器中导入 django。那么如果我使用 pypm 安装 django ,pydev 会检测到它吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
PyDev 目前不会自动选择 PYTHONPATH 中的添加项,因此,您必须在 PyDev 中重新配置解释器(即使仅更改了 PYTHONPATH)。
请参阅:http://pydev.org/manual_101_interpreter.html
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