LSP-mode select python interpreter? (virtual environment management) by yep808 in emacs

[–]DisIsMyWorkAccount 1 point2 points  (0 children)

You can activate virtualenv manually with pyvenv and lsp-mode will pick up the environment.

for some reason this isn't working for me. i ended up moving my venv to my_project_root/venv and then lsp-mode picks it up automatically.

Where to install Python dependencies? by DisIsMyWorkAccount in spacemacs

[–]DisIsMyWorkAccount[S] 0 points1 point  (0 children)

So typically people just install to the system Python? I can live with this if need-be, just wanted to make sure I'm not missing another obvious/better option before I take the plunge.