summaryrefslogtreecommitdiffstats
path: root/Programs/_bootstrap_python.c
diff options
context:
space:
mode:
Diffstat (limited to 'Programs/_bootstrap_python.c')
-rw-r--r--Programs/_bootstrap_python.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Programs/_bootstrap_python.c b/Programs/_bootstrap_python.c
index f6b49c8..6ecbf0c 100644
--- a/Programs/_bootstrap_python.c
+++ b/Programs/_bootstrap_python.c
@@ -71,6 +71,7 @@ main(int argc, char **argv)
config.parse_argv = 1;
// add current script dir to sys.path
config.isolated = 0;
+ config.safe_path = 0;
#ifdef MS_WINDOWS
status = PyConfig_SetArgv(&config, argc, argv);