1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 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