Python interpreter as Eclipse variable ${python_interpreter}
Brought to you by:
fabioz
I would like to see current Python interpreter as Eclipse variable.
For the simple reason that I have several External Tools under "Run -> External Tools", they all run some python *script* using current interpreter, for example "django-admin.py" or "epydoc.py". Currently I have to type in the Location the hard-coded path of Python, and I would ideally like it to be the same as in the project, using the Eclipse variables such as ${string_prompt}.
There could be ${python_interpreter}, I could just throw that to the Location and the External tool configuration could be versioned and shared along the project neatly.