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 I attempt to point Eclipse to the interpreter 'python2.7' in the bin folder of the virtual environment, Eclipse spits out the error that it has failed to get info on the interpreter. Either it's unsupported (it is 2.7 so we're fine there) or it's an invalid interpreter (but I'm pointing to the alias).


Any ideas what could be causing this, or steps to fix it?