I have managed to set up the python interpreter of my pydev installation to the one in my virtualenv folder following this steps:
- MyProject -> Properties -> PyDev - Interpreter/Grammar
- Click on "Click here to configure an interpreter not listed"
- In the section "Python Interpreters" -> new -> Browse -> Select my virtualenv interpreter
- Select the new interpreter as the default one clicking in the up button with the interpreter selected.
Yei! everything works nice! but... When I use any library installed via pip, my eclipse shows an error mark in the editor, its very annoying because everything works fine!
I'm thinking of not using PyDev just because of this little detail... Does anyone know a way to solve this?