From aca9769a3ec1c6e43018f7b19427c9b95cb6e75b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20La=C3=ADns?= Date: Sun, 15 Dec 2024 15:23:33 +0000 Subject: [PATCH] GH-126985: Don't override venv dectection whith PYTHONHOME MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PYTHONHOME should only override the base prefix calculation, it should have no effect on detecting if we are running inside a virtual environment. Signed-off-by: Filipe Laíns