Skip to content Skip to sidebar Skip to footer

Eclipse Unable To Get Info On The Interpreter In Virtual Environment

I'm on Mac OS X 10.8. Running Eclipse 4.2.2 with Pydev installed. I have a Django project that I run in a virtual environment for obvious reasons (libraries versioning etc.) When

Solution 1:

I ended up resetting my virtual environment and it fixed the problem. All I needed to do was go up to the directory the virtual environment was in and type:

virtualenv .

Worked like a charm.

If you need it, you can go through the full steps to set up a virtual environment here: http://simononsoftware.com/virtualenv-tutorial/

Post a Comment for "Eclipse Unable To Get Info On The Interpreter In Virtual Environment"