Sublime-EvalPrinter icon indicating copy to clipboard operation
Sublime-EvalPrinter copied to clipboard

Does not use Python interpreter specified in a Sublime project file.

Open tedmiston opened this issue 9 years ago • 0 comments

This is important, because third party packages installed in the virtual environment (not system globally) will not be found.

e.g., Foo.sublime-project:

{
    "folders":
    [
        ...
    ],
    "settings":
    {
        "python_interpreter": "/Users/taylor/.virtualenvs/my-project/bin/python"
    }
}

It should use settings['python_interpreter'] when it's specified.

tedmiston avatar Apr 02 '15 05:04 tedmiston