[pgadmin-org/pgadmin4] b519af: Don't assume the system python executable is "pyth...

From: Dave Page <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] b519af: Don't assume the system python executable is "pyth...
Date: 2022-10-06 11:43:18
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/64d9fd-b519af@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: b519af280b437b1d5580bc000fc5bcfefbcd0f16
https://github.com/pgadmin-org/pgadmin4/commit/b519af280b437b1d5580bc000fc5bcfefbcd0f16
Author: Dave Page <dpage(at)pgadmin(dot)org>
Date: 2022-10-06 (Thu, 06 Oct 2022)

Changed paths:
M pkg/mac/build-functions.sh

Log Message:
-----------
Don't assume the system python executable is "python". Favour "python3" and fall back.

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2022-10-06 12:00:53 [pgadmin-org/pgadmin4] e3a172: Fixed the cross-site scripting vulnerability. #5405
Previous Message Dave Page 2022-10-06 11:42:30 [pgadmin-org/pgadmin4] 64d9fd: Disable executable page protection, otherwise NWjs...