Docs: update reference to PYTHONPATH

This commit is contained in:
Campbell Barton 2020-01-25 20:10:06 +11:00
parent cb83cf1b71
commit 12b183ba55

@ -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,