From f008e0893087dd1dff54eb53b10a0b4ba7567598 Mon Sep 17 00:00:00 2001 From: fwazb Date: Sat, 25 Jul 2026 11:18:26 -0700 Subject: [PATCH] =?UTF-8?q?Remove=20PYTHONDONTWRITEBYTECODE=20from=20statu?= =?UTF-8?q?s=20env=20=E2=80=94=20forbidden=20by=20runtime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ops/gcp_leoclean_nosend_prompt_ingress.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ops/gcp_leoclean_nosend_prompt_ingress.py b/ops/gcp_leoclean_nosend_prompt_ingress.py index c2dad8c..2a885c7 100644 --- a/ops/gcp_leoclean_nosend_prompt_ingress.py +++ b/ops/gcp_leoclean_nosend_prompt_ingress.py @@ -142,7 +142,6 @@ def _status_environment(profile: Path) -> dict[str, str]: "LANG": "C", "LC_ALL": "C", "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", - "PYTHONDONTWRITEBYTECODE": "1", "PYTHONNOUSERSITE": "1", "PYTHONSAFEPATH": "1", }