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
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,10 +65,9 @@ Before importing a model you need to ensure that the required packages for that
65
65
66
66
To actually run the tests, two other configurations may be necessary for Jep to work properly:
67
67
68
-
* The java.library.path property needs to point to the Jep library. An approach for this that typically works is setting
69
-
the `LD_LIBRARY_PATH` environment variable: `export LD_LIBRARY_PATH=/...path to.../python3.6/site-packages/jep:$LD_LIBRARY_PATH`
70
-
* Depending on the environment and package manager it may also be necessary to set the `LD_PRELOAD` variable to include
71
-
the Python library: `export LD_PRELOAD=/...path to.../lib/libpython3.6m.so`
68
+
* The java.library.path property needs to point to the Jep library. An approach for this that typically works is setting the `LD_LIBRARY_PATH` environment variable: `export LD_LIBRARY_PATH=/...path to.../python3.6/site-packages/jep:$LD_LIBRARY_PATH`
69
+
70
+
* Depending on the environment and package manager it may also be necessary to set the `LD_PRELOAD` variable to include the Python library: `export LD_PRELOAD=/...path to.../lib/libpython3.6m.so`
72
71
73
72
74
73
Feedzai has built a helpful docker image for testing, [available on docker hub](https://hub.docker.com/r/feedzai/oracle-jep-miniconda/),
0 commit comments