So I just created a new virtual environment and linked it to a project in LiClipse by setting the interpreter as standard interpreter for the project. The only problem is, that packages installed to the site-packages folder by pip don't seem to be recognized by LiClipse. Is there a step I might have forgotten? I followed this tutorial
The packages are there in the folder, I used source activate
before using pip to install the packages.
The folder structure currently looks like this
Project
- src
- lib
- bin
- local
- share
- include