From 12b183ba554a5c7d5716b353dafcde0bb8ba4946 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 25 Jan 2020 20:10:06 +1100 Subject: Docs: update reference to PYTHONPATH --- doc/python_api/rst/info_tips_and_tricks.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/python_api') 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, -- cgit v1.2.3