python-lsp / pylsp-mypy

Mypy plugin for the Python LSP Server.
MIT License
129 stars 37 forks source link

How to make plugin work with brew installed python-lsp-server #93

Closed ssiccha closed 1 month ago

ssiccha commented 1 month ago

The docs mention

Install into the same virtualenv as python-lsp-server itself.

Can I do that if I have installed the lsp server via brew?

Richardk2n commented 1 month ago

Surely, but I have no clue how. Install it the same way?

Ask the brew people how to assure the python packages you install are in the same environment.