From 020e0f11ff547f1547fecfdc4765e2e1092a4e2c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 11 Jul 2020 14:50:47 +1000 Subject: [PATCH] Docs: remove reference to PYTHONHOME This is no longer used by default, when '--python-use-system-env' is set there are many Python environment variables, don't list them in Blender's help message. --- source/creator/creator_args.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c index 54780a271d3..4aabfb76acb 100644 --- a/source/creator/creator_args.c +++ b/source/creator/creator_args.c @@ -683,7 +683,6 @@ static int arg_handle_print_help(int UNUSED(argc), const char **UNUSED(argv), vo # ifdef WITH_SDL printf(" $SDL_AUDIODRIVER LibSDL audio driver - alsa, esd, dma.\n"); # endif - printf(" $PYTHONHOME Path to the Python directory, eg. /usr/lib/python.\n\n"); exit(0);