Skip to content

Commit

Permalink
Switch to system-wide Python installation
Browse files Browse the repository at this point in the history
  • Loading branch information
pashagolub committed Aug 18, 2020
1 parent cef9caf commit 8458826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SET PYTHON=%LOCALAPPDATA%\Programs\Python\Python38\python.exe
SET PIP=%LOCALAPPDATA%\Programs\Python\Python38\Scripts\pip3.exe

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

@ECHO --- Installing Patroni packages ---
Expand Down

0 comments on commit 8458826

Please sign in to comment.