Skip to content

Commit e14088b

Browse files
committed
[*] make "install-env.bat" install Python system-wide
1 parent 7268460 commit e14088b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-env.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ SET PYTHON=%LOCALAPPDATA%\Programs\Python\Python38\python.exe
55
SET PIP=%LOCALAPPDATA%\Programs\Python\Python38\Scripts\pip3.exe
66

77
curl %PYTHON_REF% --output python-install.exe
8-
python-install.exe /quiet InstallAllUsers=0 PrependPath=1 Include_test=0 Include_launcher=0
8+
python-install.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0 Include_launcher=0
99
%PYTHON% -m pip install --upgrade pip

0 commit comments

Comments
 (0)