Skip to content

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

@tedmiston

Description

@tedmiston

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions