aboutsummaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authorTsuyoshi CHO <Tsuyoshi.CHO@Gmail.com>2019-12-29 11:53:55 +0900
committerTsuyoshi CHO <Tsuyoshi.CHO@Gmail.com>2019-12-29 11:53:55 +0900
commit777f83735a55396861f841a2fbdd66a35cc68129 (patch)
tree14cdcd33b2e0458c3121a718f1252c65abe50143 /installer
parent03a6c769e2413c4cac3aa6bb5d707da934e1bc04 (diff)
downloadvim-lsp-settings-777f83735a55396861f841a2fbdd66a35cc68129.tar.gz
vim-lsp-settings-777f83735a55396861f841a2fbdd66a35cc68129.tar.bz2
vim-lsp-settings-777f83735a55396861f841a2fbdd66a35cc68129.zip
fix batch path problem
Diffstat (limited to 'installer')
-rw-r--r--installer/pip_install.cmd6
1 files changed, 3 insertions, 3 deletions
diff --git a/installer/pip_install.cmd b/installer/pip_install.cmd
index 017a478..dec3f15 100644
--- a/installer/pip_install.cmd
+++ b/installer/pip_install.cmd
@@ -39,9 +39,9 @@ goto :install
:install
-REM 1. pip command path check
-where venv\bin\pip3 && set PIPPATH=venv\bin && goto :generate
-where venv\Scripts\pip3 && set PIPPATH=venv\Scripts && goto :generate
+REM 1. pip command path check (env var set just path&&... need)
+where venv\bin\:pip3 && set PIPPATH=venv\bin&& goto :generate
+where venv\Scripts\:pip3 && set PIPPATH=venv\Scripts&& goto :generate
goto :EOF
REM 2. pyls exec cmd generate