[Bf-blender-cvs] [12b183ba554] master: Docs: update reference to PYTHONPATH

Campbell Barton noreply at git.blender.org
Sat Jan 25 10:17:54 CET 2020


Commit: 12b183ba554a5c7d5716b353dafcde0bb8ba4946
Author: Campbell Barton
Date:   Sat Jan 25 20:10:06 2020 +1100
Branches: master
https://developer.blender.org/rB12b183ba554a5c7d5716b353dafcde0bb8ba4946

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