From 7485d3362ec868300f81e1ba1cc404566262b2a2 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Fri, 17 Apr 2020 04:08:43 +0100 Subject: [PATCH] buildsystem: ignore custom host Python installations Fixes issue mentioned in #4326 --- config/path | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/path b/config/path index 64a592d9a9..7d40b97d73 100644 --- a/config/path +++ b/config/path @@ -97,6 +97,6 @@ unset LD_LIBRARY_PATH # multilib? nah unset CONFIG_SITE -# meh suse -unset PYTHONSTARTUP -unset PYTHONPATH +# Ignore custom python installs... +unset PYTHONHOME PYTHONPATH PYTHONSTARTUP +export PYTHONNOUSERSITE=yes #disable PEP 370