Quote environment variables
This commit is contained in:
parent
f085126aa5
commit
8cc9228ceb
@ -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%
|
Loading…
Reference in New Issue
Block a user