[Bf-blender-cvs] [f56bc68231f] blender-v2.82-release: Docs: update reference to PYTHONPATH

Campbell Barton noreply at git.blender.org
Mon Jan 27 03:41:20 CET 2020


Commit: f56bc68231f2ed137ddd260d83b6e25621df9454
Author: Campbell Barton
Date:   Sat Jan 25 20:10:06 2020 +1100
Branches: blender-v2.82-release
https://developer.blender.org/rBf56bc68231f2ed137ddd260d83b6e25621df9454

Docs: update reference to PYTHONPATH

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

M	doc/python_api/rst/info_tips_and_tricks.rst

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

diff --git a/doc/python_api/rst/info_tips_and_tricks.rst b/doc/python_api/rst/info_tips_and_tricks.rst
index 5c19e652480..7a2e8206c72 100644
--- a/doc/python_api/rst/info_tips_and_tricks.rst
+++ b/doc/python_api/rst/info_tips_and_tricks.rst
@@ -221,11 +221,12 @@ There are 2 ways around this:
 
   .. code-block:: sh
 
-     PYTHONPATH=/usr/lib/python3.5 ./blender
+     PYTHONPATH=/usr/lib/python3.7 ./blender --python-use-system-env
 
   .. warning::
 
-     The Python version must match the one that Blender comes with.
+     The Python (major, minor) version must match the one that Blender comes with.
+     Therefor can't use Python 3.6 with Blender built to use Python 3.7.
 
 - Copy or link the extensions into Blender's Python sub-directory so Blender can access them,
   you could also copy the entire Python installation into Blenders sub-directory,



More information about the Bf-blender-cvs mailing list