add variable for interpreter location
Brought to you by:
fabioz
It would be great to have variables for the interpreter location and possibly lib/site-packages and scripts/ directly.
It looks like there are a lot of variables that I can use such in a launch as: ${workspace_loc} but what I really need is the path to the interpreter. The use case for this is that I'm trying to run a .py file that is in the PythonDir/Scripts folder.
I can set it up as an explicit link to C:\Python25\Scripts\my-script.py for now, but I'd love to be able to do something like:
${python_loc}\Scripts\my-script.py
so that it works with any python interpreter location and on other platforms.
I was also looking for this functionality.