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

249 Views Asked by At

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

There are 1 best solutions below

4
Fabio Zadrozny On BEST ANSWER

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