sublimelsp / LSP-pylsp

Convenience package for the Python Language Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add module directories for site-packages

rwols opened this issue · comments

  • Add /usr/local/lib/pythonX.Y/site-packages
  • Add ~/.local/lib/pythonX.Y/site-packages
  • Windows? How?
  • Virtual environments? How?

Any of that is still relevant?

  • The stuff in /usr/local/lib/pythonX.Y/site-packages is picked up automatically.
  • Virtual environments are documented
  • as for Windows I'm not sure. I'd assume it works too

Alright, I’ll take your word for it :)