[Bf-blender-cvs] [020e0f11ff5] master: Docs: remove reference to PYTHONHOME

Campbell Barton noreply at git.blender.org
Sat Jul 11 12:38:13 CEST 2020


Commit: 020e0f11ff547f1547fecfdc4765e2e1092a4e2c
Author: Campbell Barton
Date:   Sat Jul 11 14:50:47 2020 +1000
Branches: master
https://developer.blender.org/rB020e0f11ff547f1547fecfdc4765e2e1092a4e2c

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.

===================================================================

M	source/creator/creator_args.c

===================================================================

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);



More information about the Bf-blender-cvs mailing list