File tree Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Expand file tree Collapse file tree 2 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1+ @ ECHO off
2+
3+ SET PIP = pip3.exe
4+
5+ @ ECHO --- Installing Patroni packages ---
6+ CD patroni
7+ %PIP% install --no-index --find-links .patroni-packages -r requirements.txt
8+ %PIP% install --no-index --find-links .patroni-packages psycopg2-binary
9+ @ ECHO --- Patroni packages installed ---
10+
11+ @ ECHO --- You may close this terminal window ---
Original file line number Diff line number Diff line change 11@ ECHO off
22
33SET PYTHON = python.exe
4- SET PIP = pip3.exe
4+
55
66@ ECHO --- Installing Python runtime ---
77python-install.exe /quiet InstallAllUsers=1 PrependPath=1 Include_test=0 Include_launcher=0
8+ %PYTHON% -m pip install --upgrade pip
89@ ECHO --- Python runtime installed ---
910
10- @ ECHO --- Installing Patroni packages ---
11- %PYTHON% -m pip install --upgrade pip
12- CD patroni
13- %PIP% install --no-index --find-links .patroni-packages -r requirements.txt
14- %PIP% install --no-index --find-links .patroni-packages psycopg2-binary
15- @ ECHO --- Patroni packages installed ---
11+ START cmd.exe /k install-packages.bat
1612
1713@ PAUSE
You can’t perform that action at this time.
0 commit comments