From 55ed7ea14f6eb00d45a2c1e086fa63ba7ba02a18 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Wed, 25 Dec 2019 16:27:58 +0900 Subject: Use pip_install.cmd --- installer/install-pyls.cmd | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'installer/install-pyls.cmd') diff --git a/installer/install-pyls.cmd b/installer/install-pyls.cmd index 154f2d0..7b62104 100644 --- a/installer/install-pyls.cmd +++ b/installer/install-pyls.cmd @@ -1,16 +1,5 @@ @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 +call pip_install pyls python-language-server -- cgit v1.2.3-54-g00ecf