Install all components of pylsp
This commit is contained in:
parent
76a624f8de
commit
a2bfd0c2b0
|
@ -3,5 +3,5 @@
|
||||||
command -v pipx > /dev/null || python3 -m pip install --user pipx
|
command -v pipx > /dev/null || python3 -m pip install --user pipx
|
||||||
command -v poetry > /dev/null || python3 -m pipx install poetry
|
command -v poetry > /dev/null || python3 -m pipx install poetry
|
||||||
pipx list | grep -i python-lsp-server && exit 0
|
pipx list | grep -i python-lsp-server && exit 0
|
||||||
python3 -m pipx install python-lsp-server && python3 -m pipx inject python-lsp-server pylsp-mypy python-lsp-black python-lsp-isort
|
python3 -m pipx install "python-lsp-server[all]" && python3 -m pipx inject python-lsp-server pylsp-mypy python-lsp-black python-lsp-isort
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue