You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using externally-built plugins (plugins installed separately from Kolibri's core installation) with a PEX distribution of Kolibri, you must set the environment variable ``PEX_INHERIT_PATH=1`` to enable the PEX file to access plugins installed in the system Python path.
51
+
52
+
For example:
53
+
54
+
.. code-block:: bash
55
+
56
+
PEX_INHERIT_PATH=1 python kolibri.pex start
57
+
58
+
This allows Kolibri to discover and use plugins that were installed via ``pip install`` outside of the PEX environment.
59
+
47
60
To exactly set the currently enabled plugins (disabling all other plugins, and enabling the ones specified) you can do this:
0 commit comments