Python-Language-Server/Pylsp Works for Editable Projects Only When Inside the Project
Fleeting- External reference: https://github.com/python-lsp/python-lsp-server/issues/361
Therefore, editing clk clk python customcommand won’t work
Same for installer jedi-language-server
A hack that works is to symbolic link clk into the virtualenv that I use.
clk pip show pip
Name: pip
Version: 24.2
Summary: The PyPA recommended tool for installing Python packages.
Home-page: https://pip.pypa.io/
Author:
Author-email: The pip developers <distutils-sig@python.org>
License: MIT
Location: /home/sam/.local/pipx/shared/lib/python3.12/site-packages
Requires:
Required-by: llm
ln -s /home/sam/Prog/clk/ /home/sam/.local/pipx/shared/lib/python3.12/site-packages