python-lsp / pylsp-mypy

Mypy plugin for the Python LSP Server.
MIT License
118 stars 35 forks source link

Prepend `dirname(sys.executable)` to the `PATH` environment variable #54

Closed kshramt closed 2 months ago

kshramt commented 1 year ago

This change is useful when using pylsp within a venv that is not activated from an Emacs daemon.

kshramt commented 1 year ago

I am not confident, but this PR might be related to https://github.com/python-lsp/pylsp-mypy/issues/41.