Skip to content

Commit 8458826

Browse files
committed
Switch to system-wide Python installation
1 parent cef9caf commit 8458826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/install.bat

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

66
@ECHO --- Installing Python runtime ---
7-
python-install.exe /quiet InstallAllUsers=0 PrependPath=1 Include_test=0 Include_launcher=0
7+
python-install.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0 Include_launcher=0
88
@ECHO --- Python runtime installed ---
99

1010
@ECHO --- Installing Patroni packages ---

0 commit comments

Comments
 (0)