From cb3c82907faf408b4764e3b1d17a8f600e40aa17 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 19 Jul 2010 11:15:32 -0400 Subject: [PATCH] Add PYTHONUSERBASE to initial_badenv_table --HG-- branch : 1.7 --- env.c | 1 + 1 file changed, 1 insertion(+) diff --git a/env.c b/env.c index 3a1a35810..84e2e74ea 100644 --- a/env.c +++ b/env.c @@ -171,6 +171,7 @@ static const char *initial_badenv_table[] = { "PYTHONHOME", /* python, module search path */ "PYTHONPATH", /* python, search path */ "PYTHONINSPECT", /* python, allow inspection */ + "PYTHONUSERBASE", /* python, per user site-packages directory */ "RUBYLIB", /* ruby, library load path */ "RUBYOPT", /* ruby, extra command line options */ NULL -- 2.40.0