cybertec-postgresql / patroni-windows-packaging

Automate installing and launching of Patroni under Windows
Other
14 stars 7 forks source link

[-] set PATH environment variables before installing pip #75

Closed TakashiArakane closed 4 months ago

TakashiArakane commented 4 months ago

python installs pip after installation but before path environment variable changes, so it fails on clean installs. Fix to change path environment variable before pip installation.