From 8cc9228cebec40a2bdb81de04554cf59bf317568 Mon Sep 17 00:00:00 2001 From: Fierelier Date: Mon, 1 May 2023 22:40:43 +0200 Subject: [PATCH] Quote environment variables --- setup.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.bat b/setup.bat index 291ad96..1b441d6 100644 --- a/setup.bat +++ b/setup.bat @@ -3,10 +3,10 @@ setlocal cd /d "%~dp0" REM Change python whatever -set pyexe=python34\python.exe +set "pyexe=python34\python.exe" REM The list of packages this thing requires (maybe?) -set packages=requests colorama==0.4.1 websocket-client toml readchar win-unicode-console +set "packages=requests colorama==0.4.1 websocket-client toml readchar win-unicode-console" REM Actually install the packages... maybe? %pyexe% -m pip install %packages% \ No newline at end of file