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
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,20 @@ q)
153
153
154
154
See [docker/README.md](docker/README.md) for more details.
155
155
156
+
## Configuration
157
+
158
+
- `EMBEDPY_EXECUTABLE`export this environment variable to define the Python executable for embedPy to use.
159
+
- If not set, embedPy attempts to use `python3` and then`python` from `PATH`.
160
+
- `EMBEDPY_PYTHON_LIB_PATH`export this environment variable to define the `libpython.so`for embedPy to use.
161
+
- Used in cases of `'libpython` error on load of EmbedPy when filepath is incorrect. See also [FAQ](./docs/faq.md#installing-embedpy-on-system-with-python-installed-from-source).
0 commit comments