[Pydev-code] Installing interpreters with PyDev
Brought to you by:
fabioz
From: Andrew F. <afe...@re...> - 2013-10-28 20:03:35
|
Hi Fabio, Jonah has been making some improvements to the way PyDev installs non-installed interpreters (https://github.com/jonahkichwacoders/Pydev/commit/312255faa9e843958b6bb63920dea862d48f5fe6). I was going to test the patch to confirm that it works properly, but I can't seem to find a way for a provider to ever be non-installed. The only class that extends IInterpreterProvider is AlreadyInstalledInterpreterProvider, so any calls of #isInstalled() or #runInstall() never actually do anything, or so it seems to me. Am I missing something, or is this an incomplete feature? Andrew |