mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
Add installer of pyls for Windows
This commit is contained in:
16
installer/install-pyls.cmd
Normal file
16
installer/install-pyls.cmd
Normal file
@@ -0,0 +1,16 @@
|
||||
@echo off
|
||||
|
||||
cd %~dp0
|
||||
if exist "..\servers\pyls" rd /S /Q "..\servers\pyls"
|
||||
md "..\servers\pyls"
|
||||
cd "..\servers\pyls"
|
||||
|
||||
python3 -m venv ./venv
|
||||
venv\bin\pip3 install python-language-server
|
||||
|
||||
echo @echo off ^
|
||||
|
||||
venv\bin\pyls ^
|
||||
|
||||
> pyls.cmd
|
||||
|
||||
Reference in New Issue
Block a user