Mark that python-lsp-server is py3 only

This commit is contained in:
ViViDboarder 2021-08-24 10:41:45 -07:00
parent edd5181964
commit ae8d912323
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ function install_language_servers() {
# Python
maybe_run pip install --user --upgrade python-language-server
maybe_run pip3 install --user --upgrade python-language-server
maybe_run pip install --user python-lsp-server[all]
maybe_run pip install --user python-lsp-server[all] || echo "WARNING: python-lsp-server is py3 only"
maybe_run pip3 install --user python-lsp-server[all]
# Rust