[Pydev-users] [Users] RE: Eclipse path variables problem
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2011-01-13 23:59:55
|
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3822328: Sorry for missing this thread before... yes, pydev does not support the variables defined in eclipse for now. It only supports the variables defined at 'String substitution variables', which may be configured either at the project properties: "Pydev-Pythonpath >Stringt substitution variables" (but that defeats the purpose of having it defined in the first place as it'd still be committed) or at the interpreter configuration: "window > preferences > Pydev > Interpreter - Python" (which is the proper solution for your case, and it has the benefit of providing a way to have variables that are not only workspace dependent, but also interpreter dependent). Cheers, Fabio |